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!)
A163286 a(n) = A154796(n)/2. 1
15, 28, 88, 245, 396, 979, 1505, 3421, 44567, 62377, 225638, 307077, 415910, 1006279, 4059132, 6924325, 66615465, 107240563, 135624475, 270973120, 425688314, 663855038, 1581563676, 2417635935, 2982269752, 3673314756, 4517918038, 5548822508, 8335344604, 15194335989 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
(1/2)*Reap[Do[If[EvenQ[p = PartitionsP[n]], Sow[p]], {n, 1, 500, 2}]][[2, 1]] }] (* G. C. Greubel, Dec 17 2016 *)
PROG
(PARI) lista(nn) = for (n=1, nn, if (((p = numbpart(2*n+1)) % 2) == 0, print1(p/2, ", "))); \\ Michel Marcus, Dec 17 2016
CROSSREFS
Sequence in context: A343067 A223442 A121594 * A022997 A256876 A051121
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 09 2009
EXTENSIONS
More terms from R. J. Mathar, Sep 27 2009
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 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)