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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014794 Squares of even octagonal numbers. 4
0, 64, 1600, 9216, 30976, 78400, 166464, 313600, 541696, 876096, 1345600, 1982464, 2822400, 3904576, 5271616, 6969600, 9048064, 11560000, 14561856, 18113536, 22278400, 27123264, 32718400, 39137536, 46457856, 54760000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..25.

Index to sequences with linear recurrences with constant coefficients, signature (5,-10,10,-5,1).

FORMULA

G.f.: 64*x*(1+20*x+29*x^2+4*x^3)/(1-x)^5. - Colin Barker, Jan 06 2012

a(n) = 16n^2*(3n-1)^2. - Vincenzo Librandi, Jan 07 2012

MATHEMATICA

Table[16*n^2*(3*n-1)^2, {n, 0, 30}] (* Vincenzo Librandi, Jan 07 2012 *)

PROG

Contribution from Vincenzo Librandi, Jan 07 2012: (Start)

(MAGMA) [16*n^2*(3*n-1)^2: n in [1..50]];

(PARI) a(n) = 16*n^2*(3*n-1)^2. (End)

CROSSREFS

Cf. A000567, A014641, A014642, A014793.

Sequence in context: A017031 A208313 A145218 * A224282 A224205 A162994

Adjacent sequences:  A014791 A014792 A014793 * A014795 A014796 A014797

KEYWORD

nonn,easy

AUTHOR

Mohammad K. Azarian

EXTENSIONS

More terms from Patrick De Geest, 08/2000.

a(8) corrected by Vincenzo Librandi, Jan 07 2012

STATUS

approved

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 June 18 19:42 EDT 2013. Contains 226356 sequences.