login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134337 Number of partitions into distinct odd squarefree parts. 0
1, 1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 3, 4, 3, 4, 5, 5, 6, 6, 7, 8, 7, 8, 9, 9, 11, 10, 12, 14, 14, 16, 17, 20, 21, 21, 25, 27, 27, 29, 31, 35, 35, 36, 42, 44, 45, 49, 55, 59, 61, 66, 74, 77, 81, 87, 93, 99, 102, 110, 117, 123, 131, 138, 148, 159, 167, 178, 190, 204, 215, 225 (list; graph; refs; listen; history; internal format)
OFFSET

0,9

COMMENTS

Also number of partitions into distinct parts m such that 2*m is squarefree

LINKS

Joerg Arndt, fxtbook, section 16.4.3 "Partitions into square-free parts", pp.351-352

FORMULA

prod(n=1, infinity, 1+moebius(2*n-1)^2*x^(2*n-1) ) ) prod(n=1, infinity, 1+moebius(2*n)^2*x^(n) ) )

PROG

(PARI) Vec( prod(n=1, 1000, 1+moebius(2*n-1)^2*x^(2*n-1) ) ) /* also Vec( prod(n=1, 1000, 1+moebius(2*n)^2*x^(n) ) ) */

CROSSREFS

Sequence in context: A190353 A025829 A029285 * A053633 A156755 A090822

Adjacent sequences:  A134334 A134335 A134336 * A134338 A134339 A134340

KEYWORD

nonn

AUTHOR

Joerg Arndt (arndt(AT)jjj.de), Aug 27 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:04 EST 2012. Contains 205782 sequences.