login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A322856 Number of compositions (ordered partitions) of n into octagonal pyramidal numbers (A002414). 3
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 15, 19, 24, 30, 37, 45, 54, 64, 76, 91, 110, 135, 166, 204, 250, 305, 370, 447, 539, 650, 787, 956, 1164, 1419, 1730, 2107, 2562, 3110, 3770, 4569, 5540, 6723, 8166, 9926, 12070, 14677, 17841, 21675 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
Eric Weisstein's World of Mathematics, Pyramidal Number
FORMULA
G.f.: 1/(1 - Sum_{k>=1} x^(k*(k+1)*(2*k-1)/2)).
MATHEMATICA
nmax = 56; CoefficientList[Series[1/(1 - Sum[x^(k (k + 1) (2 k - 1)/2), {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A130224 A017903 A005711 * A280863 A059765 A180479
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 29 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)