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.

Showing 1-2 of 2 results.

A259078 Heptagonal numbers (A000566) that are other heptagonal numbers divided by 2.

Original entry on oeis.org

6426, 9875715583923, 15176968126834688342280, 23323916081375479417207129139097, 35844119643974208514403771705730853759974, 55085128439364942192092971212729781713850848998511, 84654649223375294035879228202426981713600292140166013136308
Offset: 1

Views

Author

Colin Barker, Jun 18 2015

Keywords

Examples

			6426 is in the sequence because 6426 is the 51st heptagonal number, and 2*6426 is the 72nd heptagonal number.
		

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1536796803,-1536796803,1},{6426,9875715583923,15176968126834688342280},20] (* Harvey P. Dale, May 17 2018 *)
  • PARI
    Vec(-189*x*(x^2+1372105*x+34)/((x-1)*(x^2-1536796802*x+1)) + O(x^20))

Formula

G.f.: -189*x*(x^2+1372105*x+34) / ((x-1)*(x^2-1536796802*x+1)).

A259079 Octagonal numbers (A000567) that are other octagonal numbers divided by 2.

Original entry on oeis.org

280, 373212840, 497012764340408, 661878856450449219400, 881433339438556519000044120, 1173817118196415977287174306335208, 1563188689740940473437573487667885475320, 2081720262768492984525248323578863263574296200
Offset: 1

Views

Author

Colin Barker, Jun 18 2015

Keywords

Comments

Intersection of A000567 and A033579 (even octagonal numbers divided by 2). - Michel Marcus, Jun 20 2015

Examples

			280 is in the sequence because 280 is the 10th octagonal number, and 2*280 is the 14th octagonal number.
		

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1331715,-1331715,1},{280,373212840,497012764340408},20] (* Harvey P. Dale, Dec 04 2015 *)
  • PARI
    Vec(-8*x*(x^2+41580*x+35)/((x-1)*(x^2-1331714*x+1)) + O(x^20))

Formula

G.f.: -8*x*(x^2+41580*x+35) / ((x-1)*(x^2-1331714*x+1)).
Showing 1-2 of 2 results.