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!)
A060633 Surround numbers of an n X 1 rectangle. 2
16, 123, 361, 778, 1428, 2371, 3673, 5406, 7648, 10483, 14001, 18298, 23476, 29643, 36913, 45406, 55248, 66571, 79513, 94218, 110836, 129523, 150441, 173758, 199648, 228291, 259873, 294586, 332628, 374203, 419521, 468798, 522256, 580123, 642633, 710026, 782548, 860451 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
E. J. Friedman, Math. Magic
FORMULA
a(n) = (n^4 + 22*n^3 + 105*n^2 - 56*n - 8)/4.
G.f.: x*(-16 - 43*x + 94*x^2 - 43*x^3 + 2*x^4) / (x-1)^5. - R. J. Mathar, Jan 30 2011
MAPLE
for n from 1 to 50 do printf(`%d, `, (n^4+22*n^3+105*n^2-56*n-8)/4) od:
MATHEMATICA
Table[(n^4 + 22 n^3 + 105 n^2 - 56 n - 8) / 4, {n, 40}] (* Vincenzo Librandi, Jul 03 2018 *)
LinearRecurrence[{5, -10, 10, -5, 1}, {16, 123, 361, 778, 1428}, 50] (* Harvey P. Dale, Dec 24 2019 *)
PROG
(PARI) a(n)={(n^4 + 22*n^3 + 105*n^2 - 56*n - 8)/4} \\ Harry J. Smith, Jul 08 2009
(Magma) [(n^4 + 22*n^3 + 105*n^2 - 56*n - 8)/4: n in [1..40]]; // Vincenzo Librandi, Jul 03 2018
CROSSREFS
Cf. A047875.
Sequence in context: A030508 A006215 A227088 * A125353 A126511 A231582
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Apr 15 2001
EXTENSIONS
More terms from James A. Sellers, Apr 16 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 July 11 21:50 EDT 2024. Contains 374234 sequences. (Running on oeis4.)