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!)
A258131 Octagonal numbers (A000567) that are the sum of eleven consecutive octagonal numbers. 5
49665, 348161, 19701781, 138502485, 7841194625, 55123576321, 3120775694421, 21939044808725, 1242060885120385, 8731684710231681, 494337111502154261, 3475188575627335765, 196744928316972210945, 1383116321414969338241, 78303987133043437737301 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: -11*x*(95*x^4 -64*x^3 -37550*x^2 +27136*x +4515)/((x-1)*(x^2 -20*x +1)*(x^2 +20*x +1)).
EXAMPLE
49665 is in the sequence because Oct(129) = 49665 = 3400 + 3605 + 3816 + 4033 + 4256 + 4485 + 4720 + 4961 + 5208 + 5461 + 5720 = Oct(34) + ... + Oct(44).
MATHEMATICA
CoefficientList[Series[-11*x*(95*x^4 -64*x^3 -37550*x^2 +27136*x +4515)/((x-1)*(x^2 -20*x +1)*(x^2 +20*x +1)), {x, 0, 50}], x] (* G. C. Greubel, Oct 18 2017 *)
Select[Total/@Partition[Table[n(3n-2), {n, 5*10^6}], 11, 1], IntegerQ[(Sqrt[1+3#]+1)/3]&] (* Harvey P. Dale, Aug 31 2018 *)
PROG
(PARI) Vec(-11*x*(95*x^4 -64*x^3 -37550*x^2 +27136*x +4515)/((x-1)*(x^2 -20*x +1)*(x^2 +20*x +1)) + O('x^20))
CROSSREFS
Sequence in context: A251881 A187856 A258320 * A081636 A151636 A023944
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 21 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 April 25 23:59 EDT 2024. Contains 371989 sequences. (Running on oeis4.)