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!)
A017548 a(n) = (12n+2)^4. 0
16, 38416, 456976, 2085136, 6250000, 14776336, 29986576, 54700816, 92236816, 146410000, 221533456, 322417936, 454371856, 623201296, 835210000, 1097199376, 1416468496, 1800814096, 2258530576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - Wesley Ivan Hurt, Mar 02 2023
MATHEMATICA
(12*Range[0, 20]+2)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {16, 38416, 456976, 2085136, 6250000}, 20] (* Harvey P. Dale, Jul 09 2017 *)
CROSSREFS
Sequence in context: A280656 A265662 A253912 * A265588 A185141 A087586
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)