Jamie Morken on Mon, 04 Nov 2019 01:08:04 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Pari programs on oeis, accessing internal calculatios
|
- To: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Subject: Re: Pari programs on oeis, accessing internal calculatios
- From: Jamie Morken <jmorken@shaw.ca>
- Date: Sun, 3 Nov 2019 17:07:58 -0700 (MST)
- Cc: pari-dev@pari.math.u-bordeaux.fr
- Delivery-date: Mon, 04 Nov 2019 01:08:04 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaw.ca; s=s20180605; t=1572826080; bh=Yuta/zFbhXQ8gejqBlRke16ANoTxdj/gGok7HS4ypxk=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=df9WuqIZrXETdsVF1S0S8xOPhCx5I4XQgYhQT65tV1Ip3r0RywoFxNC2ZLDPCw9Ez DVqoXbzQMZ/qQXjMC0vl8AXGuJgFu7hQOKXK7mB8V0EZVxMuNiXHiZp3edwtQj9QFs TcDAe4JOBoz96SAiMRKMEWUwUz82zQ3jTMmqOQSw8bj7eJ8nwskobOJ/NsqFGTP/g4 ojZ8S2avPj0vJB3clDGvYCpUddL/foBrEJmImUA4gPwTlvFtvmbloszeG2GO0cWXzV 60GHu7OGNoSXA11W7VZs19qDFnGaVSehF77asTX/ru7PUcaU7PsF7jSzMISd178ACI QQxY96/NE+7HQ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaw.ca; s=s20180605; t=1572826080; bh=Yuta/zFbhXQ8gejqBlRke16ANoTxdj/gGok7HS4ypxk=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=df9WuqIZrXETdsVF1S0S8xOPhCx5I4XQgYhQT65tV1Ip3r0RywoFxNC2ZLDPCw9Ez DVqoXbzQMZ/qQXjMC0vl8AXGuJgFu7hQOKXK7mB8V0EZVxMuNiXHiZp3edwtQj9QFs TcDAe4JOBoz96SAiMRKMEWUwUz82zQ3jTMmqOQSw8bj7eJ8nwskobOJ/NsqFGTP/g4 ojZ8S2avPj0vJB3clDGvYCpUddL/foBrEJmImUA4gPwTlvFtvmbloszeG2GO0cWXzV 60GHu7OGNoSXA11W7VZs19qDFnGaVSehF77asTX/ru7PUcaU7PsF7jSzMISd178ACI QQxY96/NE+7HQ==
- In-reply-to: <20191103134526.2qsn3kd7e3dooapq@yellowpig>
- References: <996538148.405939355.1572779174525.JavaMail.zimbra@shaw.ca> <20191103134526.2qsn3kd7e3dooapq@yellowpig>
- Thread-index: 627v1qxv+mv2XFlX1p4zuAwSxMsY1Q==
- Thread-topic: Pari programs on oeis, accessing internal calculatios
Hi,
For an example, since it is a general idea and not pari specific,
for the sequence a(n)=n*n! for 1<n<10, there are three sequences
that have equal lengths, ie, n, n!, n*n!
For any pari program on OEIS, I was wondering if it could be possible
to break down the pari program to access the sequences that are
used to create the overall a(n) sequence, including numerators and
denominator sequences of rational numbers.
The main goal I was considering is to find as many sub-sequences
for each oeis sequence as possible, and then build a graph data structure
that shows links between different oeis sequences, based on shared
subsequences.
cheers,
Jamie
----- Original Message -----
From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
To: pari-dev@pari.math.u-bordeaux.fr
Sent: Sun, 03 Nov 2019 06:45:26 -0700 (MST)
Subject: Re: Pari programs on oeis, accessing internal calculatios
On Sun, Nov 03, 2019 at 04:06:14AM -0700, Jamie Morken wrote:
> Hi,
>
> For a pari program on an oeis sequence which generates a sequence for a(n),
> is there a way to access the internal calculations of the pari program
> to generate equal length integer sequences a1(n), a2(n), etc..
>
> I asked a similar question for mathematica
>
> https://mathematica.stackexchange.com/questions/206854/accessing-internal-calculations-of-mathematica-code
Could you give us an example ?
What are "equal length integer sequences" ?
Cheers,
Bill.