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!)
A251896 Numbers n such that the octagonal number N(n) is equal to the sum of the octagonal numbers N(m) and N(m+1) for some m. 2
1, 43, 521, 49235, 600849, 56816763, 693378841, 65566494883, 800158581281, 75663678277835, 923382309419049, 87315819166126323, 1065582384911000881, 100762379654031498523, 1229681148804985597241, 116279698804933183168835, 1419050980138568468214849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also nonnegative integers y in the solutions to 12*x^2-6*y^2+4*x+4*y+2 = 0, the corresponding values of x being A251895.
LINKS
FORMULA
a(n) = a(n-1)+1154*a(n-2)-1154*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(3*x^4+246*x^3-676*x^2+42*x+1) / ((x-1)*(x^2-34*x+1)*(x^2+34*x+1)).
EXAMPLE
43 is in the sequence because N(43) = 5461 = 2640+2821 = N(30)+N(31).
PROG
(PARI) Vec(-x*(3*x^4+246*x^3-676*x^2+42*x+1) / ((x-1)*(x^2-34*x+1)*(x^2+34*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A238202 A008388 A241939 * A060888 A245427 A337214
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 10 2014
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)