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!)
A017573 (12n+4)^5. 1
1024, 1048576, 17210368, 102400000, 380204032, 1073741824, 2535525376, 5277319168, 10000000000, 17623416832, 29316250624, 46525874176, 71008211968, 104857600000, 150536645632, 210906087424, 289254654976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (12n + 4)^5 = 1024(3n + 1)^5 = A000584(A017569(n)). - Wesley Ivan Hurt, Feb 25 2014
MAPLE
A017573:=n->(12*n + 4)^5; seq(A017573(n), n=0..20); # Wesley Ivan Hurt, Feb 25 2014
MATHEMATICA
Table[(12 n + 4)^5, {n, 0, 20}] (* Wesley Ivan Hurt, Feb 25 2014 *)
(12*Range[0, 20]+4)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1024, 1048576, 17210368, 102400000, 380204032, 1073741824}, 20] (* Harvey P. Dale, Apr 24 2017 *)
PROG
(Magma) [(12*n+4)^5: n in [0..20]]; // Vincenzo Librandi, Feb 27 2014
CROSSREFS
Sequence in context: A222102 A229104 A223200 * A016750 A223879 A223804
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)