cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A116955 a(n+1) = a(n) + (if a(n) is odd then (next odd square) else (next even square)), a(0) = 1.

Original entry on oeis.org

1, 10, 14, 30, 66, 130, 230, 374, 570, 826, 1150, 1550, 2034, 2610, 3286, 4070, 4970, 5994, 7150, 8446, 9890, 11490, 13254, 15190, 17306, 19610, 22110, 24814, 27730, 30866, 34230, 37830, 41674, 45770, 50126, 54750, 59650, 64834, 70310, 76086, 82170, 88570
Offset: 0

Views

Author

Reinhard Zumkeller, Mar 15 2006

Keywords

Crossrefs

Cf. A002492.

Programs

Formula

a(n+1) = A002492(n) + 10.
a(n) = 2*(15+n-3*n^2+2*n^3)/3 for n>0. G.f.: -(9*x^4-30*x^3+20*x^2-6*x-1) / (x-1)^4. - Colin Barker, Jul 18 2013

Extensions

More terms from Colin Barker, Jul 18 2013