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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144783 Variant of Sylvester's sequence: a(n+1) = a(n)^2 - a(n) + 1, with a(1) = 10 16
10, 91, 8191, 67084291, 4500302031888391, 20252718378218776104731448680491, 410172601707440572557971589875869064610540321970215293555320591, 168241563191450680898537024308131628447885486994777537422995633998657738457104605412468520116391629012196009150161991233268691 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) =3.08435104906918990233569320020272148875011089837398848476442237096569188195734783139337492942278549518507672786196650938869338548385641623^(2^n) a(n+1) = a(n)^2 - a(n) + 1, with a(1) = 8

MATHEMATICA

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

CROSSREFS

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

Sequence in context: A110410 A051789 A015467 * A052266 A027325 A037534

Adjacent sequences:  A144780 A144781 A144782 * A144784 A144785 A144786

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 17 11:46 EST 2012. Contains 206011 sequences.