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!)
A353169 Expansion of Product_{k>=1} (1 + x^k)^prime(k+1). 1
1, 3, 8, 23, 57, 137, 317, 705, 1524, 3224, 6667, 13521, 26980, 52985, 102624, 196248, 370849, 693159, 1282537, 2350584, 4269912, 7692044, 13748080, 24390170, 42966637, 75187515, 130737631, 225957706, 388279308, 663533206, 1127936772, 1907676978, 3210783522, 5378798428 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Weigh transform of odd primes.
LINKS
MATHEMATICA
nmax = 33; CoefficientList[Series[Product[(1 + x^k)^Prime[k + 1], {k, 1, nmax}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Sum[(-1)^(k/d + 1) d Prime[d + 1], {d, Divisors[k]}] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 33}]
CROSSREFS
Sequence in context: A255834 A027212 A027236 * A027244 A108457 A071618
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 28 2022
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 17 22:44 EDT 2024. Contains 375991 sequences. (Running on oeis4.)