A162521 Magic numbers A018226 divided by 2.
1, 4, 10, 14, 25, 41, 63
Offset: 1
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.
A162518(n) = if(n<1, 0, polcoeff( x^126+x^82+x^50+x^28+x^20+x^8+x^2, n)); \\ Antti Karttunen, Dec 24 2018, after code in A089011
Comments