login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144069 Euler transform of powers of 5. 1
1, 5, 40, 285, 2020, 13876, 93885, 624480, 4100470, 26609290, 170940381, 1088260190, 6872684570, 43088845030, 268374618310, 1661512492031, 10229763359245, 62663268647185, 382039881168240, 2318974249801205, 14018511922088296 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

N. J. A. Sloane, Transforms

FORMULA

G.f.: Product_{j>0} 1/(1-x^j)^(5^j).

MAPLE

with (numtheory): etr:= proc(p) local b; b:=proc(n) option remember; `if`(n=0, 1, add (add (d*p(d), d=divisors(j)) *b(n-j), j=1..n)/n) end end: a:=n-> etr(j->5^j)(n): seq (a(n), n=0..40);

CROSSREFS

5th column of A144074.

Sequence in context: A124306 A124545 A125729 * A073505 A145841 A123943

Adjacent sequences:  A144066 A144067 A144068 * A144070 A144071 A144072

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 09 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:41 EST 2012. Contains 205909 sequences.