The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100629 a(n) = 2^(5*prime(n) + 1). 0
2048, 65536, 67108864, 68719476736, 72057594037927936, 73786976294838206464, 77371252455336267181195264, 79228162514264337593543950336, 83076749736557242056487941267521536, 89202980794122492566142873090593446023921664 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A013822(prime(n)) = A013822(A000040(n)). - Michel Marcus, Aug 27 2015
EXAMPLE
a(1) = 2^(5*2 + 1) = 2048.
MATHEMATICA
Do[Print[2^(5Prime[n] + 1)], {n, 1, 10}] (* Stefan Steinerberger, Feb 15 2006 *)
PROG
(Magma) [2^(5*NthPrime(n) + 1): n in [1..20]]; // Vincenzo Librandi, Aug 25 2015
CROSSREFS
Sequence in context: A135290 A204837 A351162 * A247934 A195659 A321835
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Dec 02 2004
EXTENSIONS
More terms from Stefan Steinerberger, Feb 15 2006
a(10) from Vincenzo Librandi, Aug 27 2015
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 18 02:23 EDT 2024. Contains 372617 sequences. (Running on oeis4.)