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.

A017646 a(n) = (12*n+10)^6.

Original entry on oeis.org

1000000, 113379904, 1544804416, 9474296896, 38068692544, 117649000000, 304006671424, 689869781056, 1418519112256, 2699554153024, 4826809000000, 8198418170944, 13339032325696, 20924183895616
Offset: 0

Views

Author

Keywords

Examples

			a(n) = A001014(A017641(n)). - _Michel Marcus_, Aug 25 2025
		

Crossrefs

Programs

Formula

From Harvey P. Dale, Aug 27 2011: (Start)
a(n) = 7*a(n-1)- 21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7).
G.f.: -((64*(15625+1662186*x+12064767*x^2+15728812*x^3+4003287*x^4+ 117642*x^5+x^6))/(x-1)^7). (End)