A094232 a(n) = 24 written in base n.
111111111111111111111111, 11000, 220, 120, 44, 40, 33, 30, 26, 24, 22, 20
Offset: 1
References
- Marilyn vos Savant, "Ask Marilyn," in 'Parade', Sunday, Apr 26 1999.
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.
Table[s = IntegerDigits[100, n]; If[Max[s] > 9, -1, FromDigits[s]], {n, 2, 100}] (* T. D. Noe, Mar 09 2012 *)
Comments