login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A125893
a(n) = floor((Pi^4/90)^n).
0
1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 9, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 23, 25, 27, 30, 32, 35, 38, 41, 44, 48, 52, 56, 61, 66, 71, 77, 83, 90, 98, 106, 115, 124, 134, 146, 158, 171, 185, 200, 216, 234, 254, 275, 297, 322, 348
OFFSET
1,9
MATHEMATICA
Table[Floor[(Pi^4/90)^n], {n, 1, 100}]
CROSSREFS
Cf. A125892.
Sequence in context: A090663 A111890 A104277 * A005857 A025809 A204591
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 13 2006
STATUS
approved