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.

A162518 Characteristic function of magic numbers A018226: 1 if n is a magic number else 0.

Original entry on oeis.org

0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Omar E. Pol, Jul 07 2009

Keywords

Comments

Sequence related to atomic nuclei.

Crossrefs

Programs

Extensions

Data section extended up to a(126) by Antti Karttunen, Dec 24 2018

A162626 If 0 <= n <= 3 then a(n) = n(n+1)(n+2)/3, if n >= 4 then a(n) = n(n^2+5)/3.

Original entry on oeis.org

0, 2, 8, 20, 28, 50, 82, 126, 184, 258, 350, 462, 596, 754, 938, 1150, 1392, 1666, 1974, 2318, 2700, 3122, 3586, 4094, 4648, 5250, 5902, 6606, 7364, 8178, 9050, 9982, 10976, 12034, 13158, 14350, 15612, 16946, 18354, 19838, 21400, 23042, 24766, 26574
Offset: 0

Views

Author

Omar E. Pol, Jul 07 2009, Jul 13 2009

Keywords

Comments

One way to generalize the magic number sequence in A018226.
See also A130598 and A162630.

Crossrefs

Formula

From Daniel Forgues, May 03 2011: (Start)
If 0 <= n <= 3 then a(n) = 2 T_n, otherwise a(n) = 2 (T_n - t_{n-1}), where T_n is the n-th tetrahedral number, t_n the n-th triangular number.
G.f.: (2*x*(1 - 6*x^3 + 14*x^4 - 11*x^5 + 3*x^6))/(1 - x)^4, n >= 0.
(End)
a(n) = n*(n^2+5)/3 + (4*n-6)*A171386(n). - Omar E. Pol, Aug 14 2013

Extensions

Edited by N. J. A. Sloane, Jul 18 2009
Showing 1-2 of 2 results.