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!)
A144787 Recurrence sequence a(n+1)=a(n)^3-a(n)+1 and a(1)=2. 9
2, 7, 337, 38272417, 56060590716839257663297, 176186654453940966415101758343368831005891099500239113100063334235777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For constant c=1.240554576397679299452... see A144810.
LINKS
MATHEMATICA
a = {}; k = 2; Do[AppendTo[a, k]; k = k^3 - k + 1, {n, 1, 8}]; a (*Artur Jasinski*)
NestList[#^3-#+1&, 2, 5] (* Harvey P. Dale, Jun 24 2013 *)
CROSSREFS
Sequence in context: A137665 A128466 A048122 * A118910 A081505 A176748
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 22 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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)