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!)
A152586 Numbers of the form 13^(2^n) + 2. 0
15, 171, 28563, 815730723, 665416609183179843, 442779263776840698304313192148785283, 196053476430761073330659760423566015424403280004115787589590963842248963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These numbers are divisible by 3. Expanding the binomial (12+1)^(2^n)+1 we
get 12h+1+2 for some h and 12h+3 is divisible by 3.
LINKS
FORMULA
a(n) = A176596(n)+2. - R. J. Mathar, Sep 10 2016
PROG
(PARI) g(a, n) = if(a%2, b=2, b=1); for(x=0, n, y=a^(2^x)+b; print1(y", "))
CROSSREFS
Sequence in context: A058687 A206594 A354403 * A339547 A082678 A331516
KEYWORD
nonn
AUTHOR
Cino Hilliard, Dec 08 2008
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)