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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137389 a(n) = 2^(prime(n)) + 2^(prime(n + 1)) 1
12, 40, 160, 2176, 10240, 139264, 655360, 8912896, 545259520, 2684354560, 139586437120, 2336462209024, 10995116277760, 149533581377536, 9147936743096320, 585467951558164480, 2882303761517117440, 149879795598890106880, 2508757194024499019776, 11805916207174113034240 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..20.

FORMULA

a(n)=A034785(n)+A034785(n+1). [From R. J. Mathar, Jun 15 2009]

EXAMPLE

a(3) = 160 because 2^5 + 2^7 = 160.

MATHEMATICA

f[n_] := 2^Prime[n] + 2^Prime[n + 1]; Array[f, 18] (* Robert G. Wilson v *)

Table[2^Prime[n] + 2^Prime[n + 1], {n, 1, 18}] - Stefan Steinerberger, Apr 12 2008

CROSSREFS

Cf. A000040, A001043.

Sequence in context: A033586 A211786 A180093 * A222806 A114072 A218712

Adjacent sequences:  A137386 A137387 A137388 * A137390 A137391 A137392

KEYWORD

nonn

AUTHOR

Max Sills, Apr 10 2008

EXTENSIONS

More terms from N. J. A. Sloane, Apr 10 2008

STATUS

approved

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 May 19 12:53 EDT 2013. Contains 225429 sequences.