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!)
A008738 a(n) = floor((n^2 + 1)/5). 4
0, 0, 1, 2, 3, 5, 7, 10, 13, 16, 20, 24, 29, 34, 39, 45, 51, 58, 65, 72, 80, 88, 97, 106, 115, 125, 135, 146, 157, 168, 180, 192, 205, 218, 231, 245, 259, 274, 289, 304, 320, 336, 353, 370, 387, 405, 423, 442, 461, 480, 500, 520, 541, 562, 583, 605, 627, 650, 673 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Without initial zeros, Molien series for 3-dimensional group [2+,n] = 2*(n/2).
LINKS
FORMULA
G.f.: x^2*(1+x^3)/((1-x)^2*(1-x^5)) = x^2*(1+x)*(1-x+x^2)/( (1-x)^3 *(1+x+x^2+x^3+x^4) ).
a(n+2)= A249020(n) + A249020(n-1). - R. J. Mathar, Aug 11 2021
MATHEMATICA
Floor[(Range[0, 60]^2 + 1)/5] (* G. C. Greubel, Aug 03 2019 *)
PROG
(PARI) a(n)=(n^2+1)\5;
(Magma) [(n^2+1) div 5: n in [0..60]]; // Bruno Berselli, Oct 28 2011
(Sage) [floor((n^2+1)/5) for n in (0..60)] # G. C. Greubel, Aug 03 2019
(GAP) List([0..60], n-> Int((n^2 + 1)/5)); # G. C. Greubel, Aug 03 2019
CROSSREFS
Cf. A011858. Partial sums of A288156.
Sequence in context: A302334 A024180 A183137 * A022790 A248360 A194238
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Philip Mummert (s1280900(AT)cedarville.edu), May 10 2000
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 April 23 14:15 EDT 2024. Contains 371914 sequences. (Running on oeis4.)