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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111451 Number of partitions of P where P=(5*n + 1) if n is even and P=((5*n + 1)/2) if n is odd. 1
1, 3, 56, 22, 792, 101, 6842, 385, 44583, 1255, 239943, 3718, 1121505, 10143, 4697205, 26015, 18004327, 63261, 64112359, 147273, 214481126, 329931, 679903203, 715220, 2056148051, 1505499, 5964539504, 3087735, 16670689208 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

If n=12 then P(5*n + 1) = 1121505.

MATHEMATICA

Table[ PartitionsP@If[EvenQ[n], 5n + 1, (5n + 1)/2], {n, 0, 30}] (* Robert G. Wilson v *)

PROG

(MuPAD): for n from 1 to 20 do if n/2 = trunc(n/2) then a := 5*n+1; end_if; if n/2 <> trunc(n/2) then a := (5*n+1)/2; end_if; print(combinat::partitions::count(a)); end_for; (Steinerberger)

CROSSREFS

Cf. A111329.

Sequence in context: A110058 A083869 A119188 * A198184 A160876 A202029

Adjacent sequences:  A111448 A111449 A111450 * A111452 A111453 A111454

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Nov 14 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com) and Stefan Steinerberger (hansibal(AT)hotmail.com), Nov 15 2005

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 23:53 EST 2012. Contains 205860 sequences.