OFFSET
0,7
COMMENTS
2.54 = 127/50 [From Eric Desbiaux, Nov 16 2008]
FORMULA
f(n) = n/2.54.
Eric Desbiaux suggested (Apr 19 2008) that A047332(n)-A080686(n) =? a(n-1), but R. J. Mathar points out that this is only true for the first 23 terms and so is nothing more than a coincidence. - N. J. A. Sloane, Apr 26 2008
PROG
(PARI) g(n) = for(x=0, n, print1(floor(x/2.54), ", "))
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Aug 12 2003
EXTENSIONS
Corrected by T. D. Noe, Nov 02 2006
STATUS
approved