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!)
A166999 a(n) = a(n-1) + a(n-1)^2 + a(n-1)^3 for n>0 with a(0)=1. 1
1, 3, 39, 60879, 225636660844959, 11487591726386681145142587842614325062822719 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Row sums of triangle A166880, which lists the coefficients in the iterations of x+x^2+x^3.
PROG
(PARI) a(n)=if(n==0, 1, a(n-1)+a(n-1)^2+a(n-1)^3)
CROSSREFS
Cf. A166880.
Sequence in context: A367033 A097421 A180418 * A319955 A317484 A196159
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 21 2009
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)