The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061004 Nearest integer to n^6/36. 1
0, 2, 20, 114, 434, 1296, 3268, 7282, 14762, 27778, 49210, 82944, 134078, 209154, 316406, 466034, 670488, 944784, 1306830, 1777778, 2382392, 3149442, 4112108, 5308416, 6781684, 8580994, 10761680, 13385842, 16522870, 20250000, 24652880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: -2*x^2*(x^6+5*x^5+16*x^4+16*x^3+16*x^2+5*x+1)/((x-1)^7*(x+1)*(x^2+x+1)). [Colin Barker, Sep 18 2012]
MATHEMATICA
ni[n_]:=Module[{c=n^6/36}, If[Ceiling[c]-c<c-Floor[c], Ceiling[c], Floor[ c]]]; Array[ni, 40] (* Harvey P. Dale, Oct 14 2012 *)
CROSSREFS
Sequence in context: A001797 A084894 A203238 * A278772 A213432 A219837
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 15 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 28 11:56 EDT 2024. Contains 372913 sequences. (Running on oeis4.)