login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A219906 Number of different straight line programs of length n. 0
1, 3, 13, 82, 788, 12141, 302791, 11729499 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See Borwein and Hobart (or A216999) for definition.
LINKS
Peter Borwein and Joe Hobart, The extraordinary power of division in straight line programs, American Mathematical Monthly 119:7 (2012), pp. 584-592.
MAPLE
g:= f-> seq([f[], t], t={seq(seq({i+j, i-j, i*j}[], j=f), i=f)}):
F:= proc(n) F(n):= map(g, F(n-1)) end: F(0):= {[1]}:
a:= n-> nops(F(n)):
seq(a(n), n=0..5); # Alois P. Heinz, Dec 14 2012
CROSSREFS
Sequence in context: A057993 A208810 A348116 * A000904 A201304 A173998
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Dec 13 2012
EXTENSIONS
Typo in a(4) corrected, a(6)-a(7) from Alois P. Heinz, Dec 14 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)