Post Reply 
(49G) OEIS A035327
12-31-2019, 09:11 PM
Post: #2
RE: (49G) OEIS A035327
Hi Gerald

Nice to see you posting sequences again. Thanks especially for posting a program using compiled local variables, which still make my head spin. Studying your program may help. Smile

While I certainly can't improve on your program, I do have one from a completely different angle, based on the structure of the sequence. Given an integer n, this program returns a list of the first 2^(n+1) terms. So for example, given the number 5 the program will return the first 64 terms.

This program also uses the ListExt command LSEQR.

Code:

\<< 1 { 1 0 } ROT 1 SWAP
  START SWAP 2 * SWAP OVER 1 - 0 LSEQR +
  NEXT NIP
\>>
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(49G) OEIS A035327 - Gerald H - 12-31-2019, 05:50 PM
RE: (49G) OEIS A035327 - John Keith - 12-31-2019 09:11 PM



User(s) browsing this thread: 1 Guest(s)