login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144784 Variant of Sylvester's sequence: a(n+1) = a(n)^2 - a(n) + 1, with a(1) = 11 16
11, 111, 12211, 149096311, 22229709804712411, 494159998001727075769152612720511, 244194103625066907517263589918036880566782292998362610615987380611 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) =3.2422140320056862414498427542117820651333028072636974185222120720602472464226942394995561539472177239002747123077895537291431495357309947^(2^n) a(n+1) = a(n)^2 - a(n) + 1, with a(1) = 11

MATHEMATICA

a = {}; r = 11; Do[AppendTo[a, r]; r = r^2 - r + 1, {n, 1, 10}]; a or Table[Round[3.2422140320056862414498427542117820651333028072636974185222120720602472464226942394995561539472177239002747123077895537291431495357309947^(2^n)], {n, 1, 8}] (*Artur Jasinski*)

CROSSREFS

A000058, A082732, A144779, A144780, A144781, A144782, A144783, A144784, A144785, A144786, A144787, A144788

Sequence in context: A037842 A131293 A108047 * A030175 A058949 A119742

Adjacent sequences:  A144781 A144782 A144783 * A144785 A144786 A144787

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 21 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:28 EST 2012. Contains 205938 sequences.