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
KEYWORD
nonn,fini,full,easy
AUTHOR
Clive Tooth, Jan 26 2016
STATUS
approved