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!)
A065525 The (6^n)-th composite number. 0
4, 12, 52, 275, 1539, 8883, 51974, 306464, 1815791, 10791313, 64266028, 383289080, 2288430270, 13674181949, 81759268145, 489087871679, 2926904894187, 17521456528700, 104917324472297, 628377368081285, 3764220848092978, 22552713068921032, 135139349515525416 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a[n] = PrimePi[a[n]]+6^n+1.
EXAMPLE
a[4] = 1539 = PrimePi[1539]+6^4+1 = 242+1296+1.
MATHEMATICA
Composite[n_Integer] := Block[ {k = n + PrimePi[n] + 1 }, While[ k != n + PrimePi[k] + 1, k = n + PrimePi[k] + 1]; Return[ k ]]; Table[ Composite[6^n], {n, 0, 17} ]
CROSSREFS
Sequence in context: A034716 A129841 A277431 * A317281 A190342 A262745
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 27 2001
EXTENSIONS
Corrected by Vladeta Jovovic, Dec 10 2001
a(18)-a(22) from Chai Wah Wu, Apr 21 2018
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 June 8 16:02 EDT 2024. Contains 373224 sequences. (Running on oeis4.)