login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117651 A002415 and A052472 interlaced to give an increasing sequence for n>3. 0
1, 0, 2, 1, 0, 6, 10, 20, 35, 50, 84, 105, 168, 196, 300, 336, 495, 540, 770, 825, 1144, 1210, 1638, 1716, 2275, 2366, 3080, 3185, 4080, 4200, 5304, 5440, 6783, 6936, 8550, 8721, 10640, 10830, 13090, 13300, 15939, 16170, 19228, 19481, 23000, 23276, 27300 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Compare Magic numbers (A018226) 2, 8, 20, 28, 50, 82, 126, 168 to 6, 10, 20, 35, 50, 84, 105, 168

FORMULA

A052472[n]=n*(n + 1)*(n + 2)*(n - 3)/12 A002415[n]=n^2*(n^2 - 1)/12 a(n) = {A0542472[n],A002415[n]}

MATHEMATICA

f[n_] = n*(n + 1)*(n + 2)*(n - 3)/12 g[n_] = n^2*(n^2 - 1)/12 d = Flatten[Table[{Abs[f[n]], g[n]}, {n, 1, 25}]]

CROSSREFS

Cf. A002415, A052472, A018226.

Sequence in context: A129062 A163936 A187555 * A187196 A187197 A174869

Adjacent sequences:  A117648 A117649 A117650 * A117652 A117653 A117654

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 11 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.