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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063486 2^(2^n)+5. 5
7, 9, 21, 261, 65541, 4294967301, 18446744073709551621, 340282366920938463463374607431768211461, 115792089237316195423570985008687907853269984665640564039457584007913129639941 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

D. M. Burton, Elementary Number Theory, Allyn and Bacon Inc., Boston, MA, 1976, p. 238.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,11

PROG

(PARI) for(n=0, 8, print(2^(2^n)+5))

(PARI) { for (n=0, 11, write("b063486.txt", n, " ", 2^(2^n) + 5) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 23 2009]

CROSSREFS

Cf. A000215.

Sequence in context: A147068 A147012 A032394 * A070423 A018882 A179788

Adjacent sequences:  A063483 A063484 A063485 * A063487 A063488 A063489

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 28 2001

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 16:00 EST 2012. Contains 206050 sequences.