Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A023003
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A023003 Number of partitions of n into parts of 4 kinds. +0
5
1, 4, 14, 40, 105, 252, 574, 1240, 2580, 5180, 10108, 19208, 35693, 64960, 116090, 203984, 353017, 602348, 1014580, 1688400, 2778517, 4524760, 7296752, 11658920, 18468245, 29015700, 45235414, 70005376, 107585845, 164245380, 249162620 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n) is Euler transform of A010709. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

LINKS

T. D. Noe, Table of n, a(n) for n=0..500

Index entries for expansions of Product_{k >= 1} (1-x^k)^m

N. J. A. Sloane, Transforms [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

FORMULA

G.f.: Product_{m>=1} 1/(1-x^m)^4.

MAPLE

with (numtheory): a:= proc(n) option remember; `if`(n=0, 1, add (add (d*4, d=divisors(j)) *a(n-j), j=1..n)/n) end: seq (a(n), n=0..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

PROGRAM

(PARI) \ps100 for(n=0, 100, print1((polcoeff(1/eta(x)^4, n, x)), ", "))

CROSSREFS

Sequence in context: A001938 A066368 A121593 this_sequence A001872 A054443 A072674

Adjacent sequences: A023000 A023001 A023002 this_sequence A023004 A023005 A023006

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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