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.

A252095 Second member of a pair (A,B) to define the n-th Zeisel number, cf. A051015.

Original entry on oeis.org

2, -1, 6, 3, 2, 5, -7, 9, -1, 3, -10, -3, 8, 3, -22, 6, -2, -25, 36, 5, 8, -12, -31, -8, 2, -18, 5, -46, -52, -1, 27, -28, -3, 9, -17, -31, -18, 59, -19, 33, 65, -37, -22, 6, 15, 69, 9, 39, -85, 25, -42, -25, -43, -9, -91, -30, -12, -52, -13, 68, 42, -112, 35, -115, 20, -37, 8, -39, -63, 48, -19, -136, -43, 21, -44, 9, -72, -3, -47, 125
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 15 2014

Keywords

Examples

			 See A252094.
		

Crossrefs

Cf. A051015, A027746, A252094 (A values).

Programs

  • Haskell
    a252095 n = a252095_list !! (n-1)
    -- where a252095_list is defined in A252094.