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!)
A065605 The (3^n)-th composite number. 1
4, 8, 16, 40, 111, 306, 882, 2563, 7513, 22170, 65602, 194695, 578949, 1724117, 5140568, 15340177, 45811041, 136886318, 409221920, 1223856725, 3661401440, 10956876415, 32796782398, 98189738332, 294021666926, 880564233896 (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[3^n], {n, 0, 25} ]
CROSSREFS
Sequence in context: A306621 A144687 A278377 * A065978 A077447 A337783
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 27 2001
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)