[go: up one dir, main page]

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!)
A066091 a(n+2) = a(n+1)*a(n)*(a(n+1)+a(n)). 2
1, 2, 6, 96, 58752, 331914018816, 6472527787868799987640958976, 13905078437588927055776809046479521344793888146925785597768443625472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The next term has 163 digits. - Harvey P. Dale, Dec 09 2017
LINKS
MATHEMATICA
nxt[{a_, b_}]:={b, a*b*(a+b)}; NestList[nxt, {1, 2}, 10][[All, 1]] (* Harvey P. Dale, Dec 09 2017 *)
PROG
(PARI) { for (n=0, 10, if (n>1, a=a1*a2*(a1+a2); a2=a1; a1=a, if (n, a=a1=2, a=a2=1)); write("b066091.txt", n, " ", a) ) } \\ Harry J. Smith, Nov 12 2009
CROSSREFS
Sequence in context: A372240 A007870 A081992 * A100704 A357084 A123257
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Dec 30 2001
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 August 30 23:09 EDT 2024. Contains 375550 sequences. (Running on oeis4.)