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

%I #16 Apr 13 2024 12:46:54

%S 7,9,21,261,65541,4294967301,18446744073709551621,

%T 340282366920938463463374607431768211461,

%U 115792089237316195423570985008687907853269984665640564039457584007913129639941

%N a(n) = 2^(2^n) + 5.

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

%H Harry J. Smith, <a href="/A063486/b063486.txt">Table of n, a(n) for n=0..11</a>

%H Tigran Hakobyan, <a href="http://arxiv.org/abs/1601.04946">On the unboundedness of common divisors of distinct terms of the sequence a(n)=2^2^n+d for d>1</a>, arXiv:1601.04946 [math.NT], 2016.

%o (PARI) for(n=0,8,print1(2^(2^n)+5), ", ")

%o (PARI) { for (n=0, 11, write("b063486.txt", n, " ", 2^(2^n) + 5) ) } \\ _Harry J. Smith_, Aug 23 2009

%Y Cf. A000215, A001146, A130729, A130730.

%K easy,nonn,changed

%O 0,1

%A _Jason Earls_, Jul 28 2001

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 16 13:38 EDT 2024. Contains 371712 sequences. (Running on oeis4.)