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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144038 Shifts left when Euler transform applied 6 times. 1
0, 1, 1, 7, 34, 209, 1260, 8219, 54677, 374904, 2617996, 18588586, 133708072, 972484206, 7139186644, 52832157095, 393700752053, 2951755132720, 22250074031893, 168524281244364, 1281906305775734, 9788771511218660 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

N. J. A. Sloane, Transforms

MAPLE

k:=6: with (numtheory): etr:= proc(p) local b; b:=proc(n) option remember; local d, j; if n=0 then 1 else add (add (d*p(d), d=divisors(j)) *b(n-j), j=1..n)/n fi end end: a:='a': b[1]:=etr(a): for t from 2 to k do b[t]:= etr(b[t-1]) od: a:= n-> `if`(n<2, n, b[k](n-1)): seq (a(n), n=0..30);

CROSSREFS

6th column of A144042.

Sequence in context: A177140 A027233 A117650 * A027842 A027683 A196968

Adjacent sequences:  A144035 A144036 A144037 * A144039 A144040 A144041

KEYWORD

eigen,nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 07 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 15 23:21 EST 2012. Contains 205860 sequences.