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!)
A246817 Possible number of trailing zeros in hyperfactorials (A002109). 2
0, 5, 15, 30, 50, 100, 130, 165, 205, 250, 350, 405, 465, 530, 600, 750, 830, 915, 1005, 1100, 1300, 1405, 1515, 1630, 1750, 2125, 2255, 2390, 2530, 2675, 2975, 3130, 3290, 3455, 3625, 3975, 4155, 4340, 4530, 4725, 5125, 5330, 5540, 5755, 5975, 6425, 6655 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The number of trailing zeros in A002109 increases every 5 terms since the exponent of the factor 5 increases every 5 terms and the exponent of the factor 2 increases every 2 terms.
LINKS
PROG
(Python)
from sympy import multiplicity
A246817, p5 = [0], 0
for n in range(5, 5*10**3, 5):
....p5 += multiplicity(5, n)*n
....A246817.append(p5) # Chai Wah Wu, Sep 05 2014
CROSSREFS
Sequence in context: A028895 A194150 A341065 * A010898 A048065 A048021
KEYWORD
nonn,base
AUTHOR
Chai Wah Wu, Sep 03 2014
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 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)