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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013607 6^n-prevprime(6^n). 0
1, 5, 5, 5, 17, 7, 17, 7, 7, 7, 59, 19, 17, 13, 7, 19, 49, 13, 19, 7, 23, 35, 19, 89, 17, 119, 29, 55, 5, 19, 5, 59, 85, 5, 17, 35, 59, 83, 49, 115, 19, 23, 43, 109, 103, 7, 23, 19, 7, 245, 43, 13, 5, 55, 89, 83, 143, 53, 53, 383, 7, 55, 113, 37, 5, 23, 143, 115 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MAPLE

seq(6^i-prevprime(6^i), i=1..100);

MATHEMATICA

pp[n_]:=Module[{n6=6^n}, n6-NextPrime[n6, -1]]; Array[pp, 70] (* From Harvey P. Dale, May 04 2100 *)

CROSSREFS

Sequence in context: A119991 A131286 A183390 * A098526 A019162 A024951

Adjacent sequences:  A013604 A013605 A013606 * A013608 A013609 A013610

KEYWORD

nonn

AUTHOR

James Kilfiger (mapdn(AT)csv.warwick.ac.uk)

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 15 16:28 EST 2012. Contains 205823 sequences.