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!)
A259403 Pentagonal numbers (A000326) that are the sum of eleven consecutive pentagonal numbers. 5
2882, 27676, 1114135, 10982301, 443390277, 4370895551, 176468183540, 1739605414426, 70233893626072, 692358584013426, 27952913194960545, 275556976831896551, 11125189217700638267, 109670984420510781301, 4427797355731659037150, 43648776242386459028676 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: -11*x*(16*x^4+14*x^3-5507*x^2+2254*x+262) / ((x-1)*(x^2-20*x+1)*(x^2+20*x+1)).
EXAMPLE
2882 is in the sequence because P(44) = 2882 = 92 + 117 + 145 + 176 + 210 + 247 + 287 + 330 + 376 + 425 + 477 = P(8)+ ... +P(18).
MATHEMATICA
LinearRecurrence[{1, 398, -398, -1, 1}, {2882, 27676, 1114135, 10982301, 443390277}, 30] (* Harvey P. Dale, Jan 21 2017 *)
PROG
(PARI) Vec(-11*x*(16*x^4+14*x^3-5507*x^2+2254*x+262)/((x-1)*(x^2-20*x+1)*(x^2+20*x+1)) + O(x^20))
CROSSREFS
Sequence in context: A066407 A184602 A144547 * A241529 A185502 A035895
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jun 26 2015
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 May 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)