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!)
A017320 a(n) = (10*n + 4)^4. 1
256, 38416, 331776, 1336336, 3748096, 8503056, 16777216, 29986576, 49787136, 78074896, 116985856, 168896016, 236421376, 322417936, 429981696, 562448656, 723394816, 916636176, 1146228736, 1416468496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -16*(16 + 2321*x + 8891*x^2 + 3691*x^3 + 81*x^4)/(x-1)^5. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(10 Range[0, 30]+4)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {256, 38416, 331776, 1336336, 3748096}, 30] (* Harvey P. Dale, Jan 08 2023 *)
PROG
(Magma) [(10*n+4)^4: n in [0..30] ]; // Vincenzo Librandi, Aug 01 2011
CROSSREFS
Sequence in context: A206744 A207791 A018798 * A187455 A181251 A132637
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)