The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A181577 Prime number of trailing end 0's associated with p! where p = A181576(n). 2
2, 2, 3, 3, 7, 13, 19, 31, 37, 41, 43, 47, 47, 53, 71, 89, 97, 103, 107, 109, 113, 113, 137, 139, 149, 151, 151, 157, 163, 181, 191, 197, 211, 227, 233, 239, 251, 257, 263, 263, 269, 271, 277, 293, 313, 347, 353, 359, 383, 389, 401, 421, 421, 433, 443, 463, 499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A027868(A181576(n)). - Amiram Eldar, May 03 2024
MATHEMATICA
Select[ IntegerExponent[ #! ] & /@ Prime@ Range@ 310, PrimeQ] (* Robert G. Wilson v, Nov 06 2010 *)
PROG
(PARI) lista(pmax) = {my(tz); forprime(p = 1, pmax, tz = (p - sumdigits(p, 5))/4; if(isprime(tz), print1(tz, ", "))); } \\ Amiram Eldar, May 03 2024
CROSSREFS
Sequence in context: A331729 A095741 A252582 * A110880 A195952 A236545
KEYWORD
base,nonn
AUTHOR
Lekraj Beedassy, Nov 02 2010
EXTENSIONS
More terms from Robert G. Wilson v, Nov 06 2010
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 May 18 13:34 EDT 2024. Contains 372630 sequences. (Running on oeis4.)