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”).

A268124
a(n) = n^4 * (n+3)^6 * 4^(-n).
0
0, 1024, 15625, 59049, 117649, 160000
OFFSET
0,2
COMMENTS
This is an example of a simple sequence which generates integers for a while, but then generates no further integers.
EXAMPLE
The third term is a(2), which is 2^4 * 5^6 * 4^-2, which is 15625.
PROG
(PARI) a(n)=n^4*(n+3)^6/4^n \\ Charles R Greathouse IV, Sep 06 2016
CROSSREFS
Sequence in context: A221488 A378246 A138334 * A205611 A016781 A247933
KEYWORD
nonn,fini,full,easy
AUTHOR
Clive Tooth, Jan 26 2016
STATUS
approved