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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061927 n(n+1)(2n+1)(n^2+n+3)/30. 5
0, 1, 9, 42, 138, 363, 819, 1652, 3060, 5301, 8701, 13662, 20670, 30303, 43239, 60264, 82280, 110313, 145521, 189202, 242802, 307923, 386331, 479964, 590940, 721565, 874341, 1051974, 1257382, 1493703, 1764303, 2072784, 2422992, 2819025 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Also number of magic labelings of the cubical graph of magic sum n-1 [Ahmed]. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 25 2007

If Y_i (i=1,2,3) are 2-blocks of a (n+3)-set X then a(n-4) is the number of 8-subsets of X intersecting each Y_i (i=1,2,3). - Milan R. Janjic (agnus(AT)blic.net), Oct 28 2007

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

Milan Janjic, Two Enumerative Functions

M. M. Ahmed, Algebraic Combinatorics of Magic Squares, math.CO/0405476, p73.

FORMULA

a(n) = a(n-1)+A014820(n) = A061926(9, n).

G.f.: x*(1+x)^3/(-1+x)^6 = 20/(-1+x)^5+1/(-1+x)^2+7/(-1+x)^3+18/(-1+x)^4+8/(-1+x)^6 . - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 18 2007

PROG

(PARI) { for (n=0, 1000, write("b061927.txt", n, " ", n*(n + 1)*(2*n + 1)*(n^2 + n + 3)/30) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009]

CROSSREFS

Sequence in context: A172464 A027441 A000971 * A051923 A180670 A084899

Adjacent sequences:  A061924 A061925 A061926 * A061928 A061929 A061930

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), May 17 2001

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 20:50 EST 2012. Contains 206085 sequences.