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!)
A364223 Expansion of Sum_{k>=0} 5^k * x^(5^k) / (1 - x^(5^k))^2. 2
1, 2, 3, 4, 10, 6, 7, 8, 9, 20, 11, 12, 13, 14, 30, 16, 17, 18, 19, 40, 21, 22, 23, 24, 75, 26, 27, 28, 29, 60, 31, 32, 33, 34, 70, 36, 37, 38, 39, 80, 41, 42, 43, 44, 90, 46, 47, 48, 49, 150, 51, 52, 53, 54, 110, 56, 57, 58, 59, 120, 61, 62, 63, 64, 130, 66, 67, 68, 69, 140, 71, 72, 73, 74, 225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A055457(n).
If n == 0 (mod 5), a(n) = n + 5 * a(n/5) otherwise a(n) = n.
From Amiram Eldar, Jul 14 2023: (Start)
Multiplicative with a(5^e) = (e+1)*5^e and a(p^e) = p*e if p != 5.
Dirichlet g.f.: (5^s/(5^s-5)) * zeta(s-1).
Sum_{k=1..n} a(k) ~ (5/8)*n^2. (End)
MATHEMATICA
a[n_] := n * (IntegerExponent[n, 5] + 1); Array[a, 100] (* Amiram Eldar, Jul 14 2023 *)
PROG
(PARI) a(n) = n*(valuation(n, 5)+1);
CROSSREFS
Sequence in context: A129920 A356332 A065634 * A087548 A353959 A111619
KEYWORD
nonn,easy,mult
AUTHOR
Seiichi Manyama, Jul 14 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 July 14 03:51 EDT 2024. Contains 374291 sequences. (Running on oeis4.)