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.

A006956 Denominator of (2n+1)(2n+2) B_{2n}, where B_n are the Bernoulli numbers. Also denominators of the asymptotic expansion of the polygamma function psi'''(z).

Original entry on oeis.org

1, 1, 1, 1, 3, 1, 1, 15, 1, 5, 21, 5, 1, 21, 1, 1, 231, 5, 1, 1365, 1, 55, 21, 1, 1, 663, 11, 5, 57, 5, 1, 15015, 1, 17, 483, 1, 11, 25935, 1, 5, 21, 935, 1, 7917, 1, 23, 19437, 5, 1, 3315, 1, 55, 21, 1, 1, 191919, 253, 2465, 21, 5, 1, 1734915, 1, 1, 17157, 17, 1
Offset: 3

Views

Author

Keywords

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 260, (6.4.14).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Numerators are in A076549. Cf. A006955/A002427.

Programs

  • Mathematica
    Join[{1, 1}, Table[Denominator[(4 n^2 + 6 n + 2) BernoulliB[2 n]], {n, 1, 70}]] (* Vincenzo Librandi, Aug 02 2013 *)

Extensions

More terms from Ralf Stephan, Oct 19 2002

A110841 a(n) is the number of prime factors, with multiplicity, of abs(A014509(n)).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 2, 7, 7, 2, 2, 4, 3, 3, 7, 1, 6, 4, 5, 14, 4, 9, 5, 10, 3, 11, 2, 5, 3, 7, 11, 5, 3, 4, 15, 6, 5, 19, 10, 6, 13, 15, 5, 10, 5, 5, 6, 7, 5, 15, 7, 5, 2, 13, 4, 3, 10, 5, 9, 7, 5, 4, 9, 5, 4, 1, 7, 4, 4, 5, 3, 11, 13, 10, 5, 5, 7, 6
Offset: 0

Views

Author

Jonathan Vos Post, Sep 16 2005

Keywords

Examples

			a(10) = 2 because A014509(10) = 529 = 23^2.
a(8) = a(19) = 1 since A014509(8) and A014509(19) are prime.
		

Crossrefs

Programs

  • PARI
    a(n) = my(b=bernfrac(2*n), c=floor(abs(b))*sign(b)); if (c==0, 0, bigomega(c)); \\ Michel Marcus, Mar 29 2020

Formula

a(n) = A001222(abs(A014509(n))).

Extensions

More terms from Michel Marcus, Mar 29 2020
a(51)-a(65) from Jinyuan Wang, Apr 02 2020
More terms from Sean A. Irvine, Jul 29 2024
Showing 1-2 of 2 results.