login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065605 The (3^n)-th composite number. 0
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; internal format)
OFFSET

0,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[3^n], {n, 0, 25} ]

CROSSREFS

Sequence in context: A040014 A141069 A144687 * A065978 A077447 A102358

Adjacent sequences:  A065602 A065603 A065604 * A065606 A065607 A065608

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 27 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.