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!)
A017319 a(n) = (10*n + 4)^3. 2
64, 2744, 13824, 39304, 85184, 157464, 262144, 405224, 592704, 830584, 1124864, 1481544, 1906624, 2406104, 2985984, 3652264, 4410944, 5268024, 6229504, 7301384, 8489664, 9800344, 11239424 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4); a(0)=64, a(1)=2744, a(2)=13824, a(3)=39304. - Harvey P. Dale, Oct 01 2014
G.f.: 8*(8 + 311*x + 404*x^2 + 27*x^3)/(x-1)^4. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(10*Range[0, 30]+4)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {64, 2744, 13824, 39304}, 30] (* Harvey P. Dale, Oct 01 2014 *)
PROG
(Magma) [(10*n+4)^3: n in [0..40] ]; // Vincenzo Librandi, Aug 01 2011
CROSSREFS
Sequence in context: A265632 A144843 A284228 * A036531 A301840 A302068
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)