The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100704 a(n) = (a(n-1) + a(n-2)) * a(n-1) * a(n-2) with a(0)=1 and a(1)=1 0
1, 1, 2, 6, 96, 58752, 331914018816, 6472527787868799987640958976, 13905078437588927055776809046479521344793888146925785597768443625472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term is too large to include.
Essentially the same as A066091. - R. J. Mathar, Sep 02 2008
LINKS
EXAMPLE
(1 + 1) * 1*1 = 2.
(1 + 2) * 1*2 = 6.
MAPLE
a[0]:=1: a[1]:=1: for n from 2 to 9 do a[n]:= (a[n-1]+a[n-2])*a[n-1]*a[n-2] od: seq(a[n], n=0..9); # Emeric Deutsch, Dec 23 2004
CROSSREFS
Cf. A063896.
Sequence in context: A007870 A081992 A066091 * A357084 A123257 A230927
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Dec 09 2004
EXTENSIONS
More terms from Emeric Deutsch, Dec 23 2004
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 May 17 18:28 EDT 2024. Contains 372603 sequences. (Running on oeis4.)