The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A017572 (12n+4)^4. 0
256, 65536, 614656, 2560000, 7311616, 16777216, 33362176, 59969536, 100000000, 157351936, 236421376, 342102016, 479785216, 655360000, 875213056, 1146228736, 1475789056, 1871773696, 2342560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=256, a(1)=65536, a(2)=614656, a(3)=2560000, a(4)=7311616, a(n)=5*a(n-1)- 10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). - Harvey P. Dale, Mar 08 2013
MATHEMATICA
(12*Range[0, 30]+4)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {256, 65536, 614656, 2560000, 7311616}, 30] (* Harvey P. Dale, Mar 08 2013 *)
CROSSREFS
Sequence in context: A205173 A205416 A229103 * A189270 A016748 A189623
KEYWORD
nonn,easy
AUTHOR
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 May 13 05:24 EDT 2024. Contains 372498 sequences. (Running on oeis4.)