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!)
A373221 Expansion of Product_{i>=1, j>=0} (1 + x^(i * 7^j)). 6
1, 1, 1, 2, 2, 3, 4, 6, 7, 9, 12, 14, 18, 22, 28, 34, 41, 50, 60, 72, 86, 105, 124, 146, 174, 204, 240, 282, 332, 386, 450, 524, 606, 703, 812, 940, 1082, 1243, 1428, 1636, 1873, 2140, 2448, 2788, 3172, 3610, 4096, 4646, 5264, 5963, 6737, 7607, 8584, 9668, 10887, 12244, 13765, 15451, 17328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
This sequence is different from A093950. The first difference occurs at a(50) = 6737, whereas A093950(50) = 6736.
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + x^k)^A373217(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^7).
PROG
(PARI) my(N=60, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(valuation(k, 7)+1)))
CROSSREFS
Sequence in context: A266747 A246762 A093950 * A280715 A023894 A285799
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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)