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!)
A135620 a(n) = 2^(prime(n) - 2). 2
1, 2, 8, 32, 512, 2048, 32768, 131072, 2097152, 134217728, 536870912, 34359738368, 549755813888, 2199023255552, 35184372088832, 2251799813685248, 144115188075855872, 576460752303423488, 36893488147419103232, 590295810358705651712, 2361183241434822606848, 151115727451828646838272 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 2^(A000040(n)-2) = 2^(A040976(n)) = 2^A000040(n)/4 = A061286(n)/2.
MATHEMATICA
Table[2^(Prime[n] - 2), {n, 1, 25}] (* G. C. Greubel, Oct 23 2016 *)
PROG
(Magma) [2^(NthPrime(n)-2): n in [1..25]]; // Vincenzo Librandi, Oct 23 2016
(PARI) a(n) = 2^(prime(n)-2); \\ Michel Marcus, Oct 23 2016
CROSSREFS
Partial differences of A135482.
Sequence in context: A063505 A085466 A084039 * A134708 A294530 A037513
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Mar 01 2008
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 July 30 19:14 EDT 2024. Contains 374771 sequences. (Running on oeis4.)