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!)
A078203 Numbers k such that A004154(k) + 1 is prime. 4
1, 2, 3, 5, 6, 14, 15, 24, 74, 191, 222, 276, 2200, 3041, 3701, 4324, 6201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := n!/10^Sum[ Floor[n/5^k], {k, 1, Log[10, n] + 1}]; Do[ If[ PrimeQ[ f[n] + 1], Print[n]], {n, 1, 850}]
CROSSREFS
Sequence in context: A218948 A057704 A281382 * A285937 A253647 A131825
KEYWORD
nonn,base,more
AUTHOR
Cino Hilliard, Dec 23 2002
EXTENSIONS
Extended by Joshua Zucker, Robert G. Wilson v and Jason Earls, Dec 24 2002
a(13) from Don Reble, Jan 12 2006
a(14)-a(17) from Michael S. Branicky, Jul 23 2023
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 June 26 12:21 EDT 2024. Contains 373718 sequences. (Running on oeis4.)