Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144074
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144074 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is Euler transform of the powers of k. +0
8
1, 1, 0, 1, 1, 0, 1, 2, 2, 0, 1, 3, 7, 3, 0, 1, 4, 15, 20, 5, 0, 1, 5, 26, 64, 59, 7, 0, 1, 6, 40, 148, 276, 162, 11, 0, 1, 7, 57, 285, 843, 1137, 449, 15, 0, 1, 8, 77, 488, 2020, 4632, 4648, 1200, 22, 0, 1, 9, 100, 770, 4140, 13876, 25124, 18585, 3194, 30, 0, 1, 10, 126 (list; table; graph; listen)
OFFSET

0,8

LINKS

N. J. A. Sloane, Transforms

FORMULA

G.f. of column k: Product_{j=1..inf} 1/(1-x^j)^(k^j).

EXAMPLE

Square array begins:

1 1 1 1 1 1 ...

0 1 2 3 4 5 ...

0 2 7 15 26 40 ...

0 3 20 64 148 285 ...

0 5 59 276 843 2020 ...

0 7 162 1137 4632 13876 ...

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, k)-> etr(j->k^j)(n); seq (seq (A(n, d-n), n=0..d), d=0..14);

CROSSREFS

Columns 0-9 give: A000007, A000041, A034899, A144067, A144068, A144069, A144070, A144071, A144072, A144073. Rows 0-2 give: A000012, A001477, A005449.

Sequence in context: A130020 A091063 A085388 this_sequence A124540 A124550 A146326

Adjacent sequences: A144071 A144072 A144073 this_sequence A144075 A144076 A144077

KEYWORD

nonn,tabl

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research