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

%I #4 Sep 10 2016 14:08:28

%S 15,171,28563,815730723,665416609183179843,

%T 442779263776840698304313192148785283,

%U 196053476430761073330659760423566015424403280004115787589590963842248963

%N Numbers of the form 13^(2^n) + 2.

%C These numbers are divisible by 3. Expanding the binomial (12+1)^(2^n)+1 we

%C get 12h+1+2 for some h and 12h+3 is divisible by 3.

%F a(n) = A176596(n)+2. - _R. J. Mathar_, Sep 10 2016

%o (PARI) g(a,n) = if(a%2,b=2,b=1);for(x=0,n,y=a^(2^x)+b;print1(y","))

%K nonn

%O 1,1

%A _Cino Hilliard_, Dec 08 2008

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)