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!)
A013599 a(n) = nextprime(5^n) - 5^n. 8
1, 2, 4, 2, 6, 12, 4, 12, 22, 26, 4, 14, 58, 6, 12, 42, 24, 2, 12, 56, 48, 24, 18, 38, 58, 14, 12, 38, 34, 62, 28, 92, 214, 122, 102, 168, 136, 18, 48, 102, 108, 126, 18, 126, 76, 108, 22, 204, 52, 122, 96, 114, 94, 14, 52, 38, 58, 248, 64, 56, 16, 102, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A151800(5^n)-5^n = A054321(n)-5^n = A013632(5^n). - R. J. Mathar, Nov 28 2016
MAPLE
seq(nextprime(5^i)-5^i, i=0..100);
MATHEMATICA
NextPrime[#]-#&/@(5^Range[0, 70]) (* Harvey P. Dale, Sep 29 2011 *)
PROG
(PARI) a(n) = nextprime(5^n+1) - 5^n; \\ Michel Marcus, Jun 14 2020
CROSSREFS
Sequence in context: A104000 A199943 A335340 * A276528 A205839 A138024
KEYWORD
nonn
AUTHOR
James Kilfiger (mapdn(AT)csv.warwick.ac.uk)
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 September 6 04:44 EDT 2024. Contains 375703 sequences. (Running on oeis4.)