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!)
A253823 Octagonal numbers (A000567) which are also centered triangular numbers (A005448). 3
1, 97921, 1039585, 130402572385, 1384429704481, 173658931280825761, 1843664419471976641, 231264030011583194717761, 2455233718711319470593985, 307977546462671843639087352385, 3269669116478082433043125969441, 410138010309759307549971991199125921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = a(n-1)+1331714*a(n-2)-1331714*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+97920*x^3-390050*x^2+97920*x+1) / ((x-1)*(x^2-1154*x+1)*(x^2+1154*x+1)).
EXAMPLE
97921 is in the sequence because it is the 181st octagonal number and the 256th centered triangular number.
PROG
(PARI) Vec(-x*(x^4+97920*x^3-390050*x^2+97920*x+1)/((x-1)*(x^2-1154*x+1)*(x^2+1154*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A022214 A237509 A109185 * A371950 A316488 A235196
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 14 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 September 10 00:02 EDT 2024. Contains 375765 sequences. (Running on oeis4.)