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!)
A140432 a(1)=1, a(2)=2, a(3)=3, a(4)=4, a(5)=5, a(n+1)=a(1)*a(2)*...*a(n)-1 for n>=5. 0
1, 2, 3, 4, 5, 119, 14279, 203904119, 41576889949070279, 1728637777837101228675346430208119, 2988188566965591343823377482689473316222062058836342422720083726279 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(1)^2 + a(2)^2 + ... + a(70)^2 = a(1)*a(2)*...*a(70)
LINKS
L. Kurlyandchik Problem M1523. Kvant 1995 (6), 23; Solution to M1523. Kvant 1996 (3), 24-25. (in Russian)
FORMULA
For n>=6, a(n) = a(1)^2 + a(2)^2 + ... + a(n-1)^2 - n + 70.
MATHEMATICA
nxt[{t_, a_}]:={t(t-1), t-1}; Join[{1, 2, 3, 4}, NestList[nxt, {120, 5}, 10][[All, 2]]] (* Harvey P. Dale, Jul 08 2022 *)
CROSSREFS
Cf. A005267.
Sequence in context: A162225 A010348 A171591 * A240695 A004867 A318842
KEYWORD
nonn
AUTHOR
Max Alekseyev, Jun 19 2008
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 June 6 22:00 EDT 2024. Contains 373134 sequences. (Running on oeis4.)