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!)
A153064 a(n) = floor(b(n)) where b(-1)=2, b(n)=b(n-1)^2-n^b(n-1). 0
2, 4, 15, -32543, 1059046848 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,1
COMMENTS
a(4) ~ -5.3069609889*10^637609736, and is too large for display. - D. S. McNeil, Nov 28 2010
LINKS
MATHEMATICA
a=2; lst={}; Do[a=a^2-n^a; AppendTo[lst, Floor[a]], {n, 0, 3}]; lst
PROG
(PARI) print1(a=2); for(n=0, 3, print1(", "floor(a=a^2-n^a)))
CROSSREFS
Sequence in context: A264832 A100528 A132483 * A125594 A097542 A277850
KEYWORD
sign
AUTHOR
EXTENSIONS
Definition clarified by R. J. Mathar and M. F. Hasler, Nov 27 2010
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 25 09:21 EDT 2024. Contains 371967 sequences. (Running on oeis4.)