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!)
A065606 The (7^n)-th composite number. 0
4, 14, 69, 426, 2811, 18964, 129796, 894425, 6189788, 42955634, 298658894, 2079246204, 14489671674, 101048453166, 705093892472, 4922191483150, 34373676895999, 240115703266097, 1677722277599685, 11724848294191033, 81953661525423276, 572918021989157017 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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[7^n], {n, 0, 16} ]
CROSSREFS
Sequence in context: A274804 A294222 A005501 * A049372 A050549 A222980
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 27 2001
EXTENSIONS
Corrected and extended by Chai Wah Wu, Apr 20 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 April 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)