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!)
A281477 Expansion of Sum_{k>=1} x^(prime(k)^2)/(1 + x^(prime(k)^2)) * Product_{k>=1} (1 + x^(prime(k)^2)). 1
0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,13
COMMENTS
Total number of parts in all partitions of n into distinct squares of primes (A001248).
LINKS
FORMULA
G.f.: Sum_{k>=1} x^(prime(k)^2)/(1 + x^(prime(k)^2)) * Product_{k>=1} (1 + x^(prime(k)^2)).
EXAMPLE
a(38) = 3 because we have [25, 9, 4].
MAPLE
Primes:= select(isprime, [$1..20]):
g:= add(x^(p^2)/(1+x^(p^2)), p=Primes)*mul(1+x^(p^2), p=Primes):
S:= series(g, x, 20^2+1):
seq(coeff(S, x, n), n=1..20^2); # Robert Israel, Feb 08 2017
MATHEMATICA
nmax = 125; Rest[CoefficientList[Series[Sum[x^Prime[k]^2/(1 + x^Prime[k]^2), {k, 1, nmax}] Product[1 + x^Prime[k]^2, {k, 1, nmax}], {x, 0, nmax}], x]]
CROSSREFS
Sequence in context: A328959 A086080 A369054 * A070139 A116860 A179391
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 27 2017
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)