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!)
A215147 For n odd, a(n) = 1^2+2^2+3^2+...+n^2; for n even, a(n) = (1^2+2^2+3^2+...+n^2)+1. 1
1, 2, 5, 6, 14, 15, 30, 31, 55, 56, 91, 92, 140, 141, 204, 205, 285, 286, 385, 386, 506, 507, 650, 651, 819, 820, 1015, 1016, 1240, 1241, 1496, 1497, 1785, 1786, 2109, 2110, 2470, 2471, 2870, 2871, 3311, 3312, 3795, 3796, 4324, 4325, 4900, 4901, 5525, 5526 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Square pyramidal numbers when n is odd.
An interleaving of A000330 and A056520. - Michel Marcus, Aug 07 2013
LINKS
FORMULA
From Colin Barker, Nov 16 2012: (Start)
a(n) = (6*(5+3*(-1)^n)+(13-9*(-1)^n)*n-3*(-3+(-1)^n)*n^2+2*n^3)/48.
G.f.: -x*(x^6-x^5-2*x^4+2*x^3-x-1)/((x-1)^4*(x+1)^3). (End)
MAPLE
for i from 1 to 100 do a(2*i-1):=sum('k^2', 'k'=1..i);
a(2*i):=a(2*i-1)+1; end do;
MATHEMATICA
LinearRecurrence[{1, 3, -3, -3, 3, 1, -1}, {1, 2, 5, 6, 14, 15, 30}, 50] (* or *)
Riffle[#, #+1] & [Accumulate[Range[25]^2]] (* Paolo Xausa, Feb 22 2024 *)
CROSSREFS
Sequence in context: A105043 A083095 A083097 * A191229 A191120 A245540
KEYWORD
nonn,easy
AUTHOR
Kritsana Sokhuma, Aug 04 2012
EXTENSIONS
More terms from Paolo Xausa, Feb 22 2024
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)