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!)
A073718 Powers of 2 with composite exponents. 2
16, 64, 256, 512, 1024, 4096, 16384, 32768, 65536, 262144, 1048576, 2097152, 4194304, 16777216, 33554432, 67108864, 134217728, 268435456, 1073741824, 4294967296, 8589934592, 17179869184, 34359738368, 68719476736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2^A002808(n) = A000079(A002808(n)).
Sum_{n>=1} 1/a(n) = A275306. - Amiram Eldar, Aug 11 2020
MATHEMATICA
Table[2^FixedPoint[n+PrimePi[ # ]+1&, n], {n, 1, 30}]
PROG
(PARI) for(n=4, 100, if(!isprime(n), print1(2^n", "))) \\ Charles R Greathouse IV, Apr 09 2012
CROSSREFS
Sequence in context: A212512 A317235 A255661 * A230970 A352738 A061449
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Aug 05 2002
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 10 07:40 EDT 2024. Contains 372358 sequences. (Running on oeis4.)