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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144039 Shifts left when Euler transform applied 7 times. 1
0, 1, 1, 8, 43, 295, 1982, 14379, 106464, 811769, 6304231, 49770106, 398042059, 3218655532, 26269422252, 216121646661, 1790428656802, 14922986525284, 125050910828179, 1052916751167676, 8903502888220215, 75579379572985970 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

N. J. A. Sloane, Transforms

MAPLE

k:=7: 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

7th column of A144042.

Sequence in context: A117617 A111365 A199321 * A044110 A044491 A178918

Adjacent sequences:  A144036 A144037 A144038 * A144040 A144041 A144042

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 14 23:04 EST 2012. Contains 205686 sequences.