Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144048
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144048 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is Euler transform of (j->j^k). +0
1
1, 1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 5, 6, 5, 1, 1, 9, 14, 13, 7, 1, 1, 17, 36, 40, 24, 11, 1, 1, 33, 98, 136, 101, 48, 15, 1, 1, 65, 276, 490, 477, 266, 86, 22, 1, 1, 129, 794, 1828, 2411, 1703, 649, 160, 30, 1, 1, 257, 2316, 6970, 12729, 11940, 5746, 1593, 282, 42, 1, 1, 513 (list; table; graph; listen)
OFFSET

0,6

LINKS

N. J. A. Sloane, Transforms

FORMULA

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

EXAMPLE

Square array begins:

1 1 1 1 1 1 ...

1 1 1 1 1 1 ...

2 3 5 9 17 33 ...

3 6 14 36 98 276 ...

5 13 40 136 490 1828 ...

7 24 101 477 2411 12729 ...

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

CROSSREFS

Columns 0-9 give: A000041, A000219, A023871, A023872, A023873, A023874, A023875, A023876, A023877, A023878. Rows give: 0+1: A000012, 2: A000051, A094373, 3: A001550.

Sequence in context: A138201 A026736 A050446 this_sequence A113983 A089980 A128545

Adjacent sequences: A144045 A144046 A144047 this_sequence A144049 A144050 A144051

KEYWORD

nonn,tabl

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 08 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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research