The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A134345 Number of partitions of n into odd squarefree parts. 5
1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 19, 23, 27, 32, 38, 44, 52, 61, 71, 82, 95, 109, 126, 144, 165, 189, 215, 245, 278, 316, 358, 405, 458, 516, 581, 654, 734, 824, 923, 1033, 1155, 1289, 1438, 1602, 1783, 1982, 2202, 2444, 2710, 3002, 3323, 3675, 4061 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Also number of partitions into parts m such that 2*m is squarefree.
LINKS
Joerg Arndt, Matters Computational (The Fxtbook), section 16.4.3 "Partitions into square-free parts", pp.351-352
FORMULA
G.f.: 1/prod(n>=1, 1 - moebius(2*n-1)^2 * x^(2*n-1)) = 1/prod(n>=1, 1 - moebius(2*n)^2 * x^(n)).
PROG
(PARI) N=75; x='x+O('x^N); Vec( 1/prod(n=1, N, 1-moebius(2*n-1)^2*x^(2*n-1) ) )
CROSSREFS
Sequence in context: A029014 A304631 A298603 * A112193 A014215 A067014
KEYWORD
nonn
AUTHOR
Joerg Arndt, Aug 27 2008
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 June 6 08:45 EDT 2024. Contains 373119 sequences. (Running on oeis4.)