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!)
A195463 a(n) = 4^(n+1) + 7. 1
11, 23, 71, 263, 1031, 4103, 16391, 65543, 262151, 1048583, 4194311, 16777223, 67108871, 268435463, 1073741831, 4294967303, 17179869191, 68719476743, 274877906951, 1099511627783, 4398046511111, 17592186044423, 70368744177671, 281474976710663 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
These are the even terms of A168415. Since the odd terms of A168415 are divisible by three the primes of this sequence are the same as A104066.
LINKS
FORMULA
a(n) = 4^(n+1) + 7.
From Alexander R. Povolotsky, Sep 19 2011: (Start)
G.f.: (11 - 32*x)/(1 - 5*x + 4*x^2).
a(n+1) = 4*a(n) - 21. (End)
a(n) = A188165(2n+2) - 2. - Bruno Berselli, Sep 26 2011
PROG
(PARI) a(n)=4^(n+1)+7 \\ Charles R Greathouse IV, Sep 19 2011
(Magma) [4^(n+1) + 7: n in [0..30]]; // Vincenzo Librandi, Sep 30 2011
CROSSREFS
Sequence in context: A267437 A267438 A102273 * A104066 A184394 A060160
KEYWORD
nonn,easy
AUTHOR
Brad Clardy, Sep 19 2011
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 May 11 10:11 EDT 2024. Contains 372409 sequences. (Running on oeis4.)