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!)
A100628 a(n) = 2^(3*prime(n) + 1). 2
128, 1024, 65536, 4194304, 17179869184, 1099511627776, 4503599627370496, 288230376151711744, 1180591620717411303424, 309485009821345068724781056, 19807040628566084398385987584, 5192296858534827628530496329220096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 2^(3*2 + 1) = 128.
MATHEMATICA
Table[2^(3Prime[n] + 1), {n, 1, 15}] (* Stefan Steinerberger, Feb 28 2006 *)
PROG
(Magma) [2^(3*NthPrime(n) + 1): n in [1..20]]; // Vincenzo Librandi, Aug 27 2015
CROSSREFS
Sequence in context: A143708 A130813 A206278 * A344303 A221599 A134630
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Dec 02 2004
EXTENSIONS
More terms from Stefan Steinerberger, Feb 28 2006
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)