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!)
A063486 a(n) = 2^(2^n) + 5. 6
7, 9, 21, 261, 65541, 4294967301, 18446744073709551621, 340282366920938463463374607431768211461, 115792089237316195423570985008687907853269984665640564039457584007913129639941 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
D. M. Burton, Elementary Number Theory, Allyn and Bacon Inc., Boston, MA, 1976, p. 238.
LINKS
MATHEMATICA
2^2^Range[0, 10] + 5 (* Paolo Xausa, Apr 17 2024 *)
PROG
(PARI) for(n=0, 8, print1(2^(2^n)+5), ", ")
(PARI) { for (n=0, 11, write("b063486.txt", n, " ", 2^(2^n) + 5) ) } \\ Harry J. Smith, Aug 23 2009
CROSSREFS
Sequence in context: A147012 A032394 A242988 * A070423 A018882 A257332
KEYWORD
easy,nonn,changed
AUTHOR
Jason Earls, Jul 28 2001
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 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)