Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145514
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145514 Number of partitions of n^n into powers of n, also diagonal of A145515. +0
2
1, 1, 4, 23, 1086, 642457, 6188114528, 1226373476385199, 6071277235712979102634, 884267692532264259002637317099, 4362395890943439751990308572939648140812 (list; graph; listen)
OFFSET

0,3

FORMULA

See program.

EXAMPLE

a(2) = 4, because there are 4 partitions of 2^2=4 into powers of 2: 1+1+1+1, 1+1+2, 2+2, 4.

MAPLE

g:= proc(b, n, k) option remember; local t; if b<0 then 0 elif b=0 or n=0 or k<=1 then 1 elif b>=n then add (g(b-t, n, k) *binomial (n+1, t) *(-1)^(t+1), t=1..n+1); else g(b-1, n, k) +g(b*k, n-1, k) fi end: a:= n-> g(1, n, n): seq (a(n), n=0..13);

CROSSREFS

Cf. A145515, A007318.

Sequence in context: A130890 A138578 A107765 this_sequence A024543 A010294 A103225

Adjacent sequences: A145511 A145512 A145513 this_sequence A145515 A145516 A145517

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 11 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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research