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!)
A373297 Euler transform of A373216. 3
1, 1, 2, 3, 5, 7, 12, 16, 24, 33, 47, 63, 90, 118, 161, 212, 283, 367, 487, 624, 812, 1037, 1332, 1685, 2152, 2700, 3409, 4259, 5333, 6617, 8242, 10165, 12568, 15436, 18970, 23178, 28360, 34487, 41970, 50850, 61599, 74322, 89696, 107809, 129572, 155235, 185881, 221936 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: A(x) = 1/Product_{i>=1, j>=0} (1 - x^(i * 6^j)).
Let A(x) be the g.f. of this sequence, and P(x) be the g.f. of A000041, then P(x) = A(x)/A(x^6).
PROG
(PARI) my(N=50, x='x+O('x^N)); Vec(1/prod(k=1, N, (1-x^k)^(valuation(k, 6)+1)))
CROSSREFS
Sequence in context: A122622 A266775 A024790 * A308271 A360622 A275592
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 31 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 15 02:36 EDT 2024. Contains 374323 sequences. (Running on oeis4.)