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!)
A373220 Expansion of Product_{i>=1, j>=0} (1 + x^(i * 6^j)). 6
1, 1, 1, 2, 2, 3, 5, 6, 7, 10, 12, 15, 20, 24, 29, 37, 44, 53, 67, 79, 94, 115, 135, 160, 193, 226, 265, 315, 367, 428, 505, 585, 678, 792, 913, 1054, 1225, 1406, 1614, 1862, 2129, 2436, 2797, 3187, 3630, 4147, 4709, 5347, 6084, 6887, 7793, 8832, 9968, 11247, 12706, 14301, 16089, 18116, 20337 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + x^k)^A373216(k).
Let A(x) be the g.f. of this sequence, and B(x) be the g.f. of A000009, then B(x) = A(x)/A(x^6).
PROG
(PARI) my(N=60, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(valuation(k, 6)+1)))
CROSSREFS
Sequence in context: A006065 A218933 A266746 * A096981 A281966 A276431
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 28 2024
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 September 4 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)