A252095 Second member of a pair (A,B) to define the n-th Zeisel number, cf. A051015.
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
Keywords
Examples
See A252094.
Links
- OEIS Wiki, Zeisel numbers
- Eric Weisstein's World of Mathematics, Zeisel Number.
- Wikipedia, Zeisel number
Programs
-
Haskell
a252095 n = a252095_list !! (n-1) -- where a252095_list is defined in A252094.