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!)
A017355 a(n) = (10*n + 7)^3. 2
343, 4913, 19683, 50653, 103823, 185193, 300763, 456533, 658503, 912673, 1225043, 1601613, 2048383, 2571353, 3176523, 3869893, 4657463, 5545233, 6539203, 7645373, 8869743, 10218313, 11697083 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=343, a(1)=4913, a(2)=19683, a(3)=50653; for n>3, a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Harvey P. Dale, Jun 11 2015
MATHEMATICA
(10 Range[0, 40] + 7)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {343, 4913, 19683, 50653}, 40] (* Harvey P. Dale, Jun 11 2015 *)
PROG
(Magma) [(10*n+7)^3: n in [0..40]]; // Vincenzo Librandi, Aug 30 2011
CROSSREFS
Cf. A272914, first comment. [From Bruno Berselli, May 26 2016]
Sequence in context: A134738 A017151 A017247 * A167727 A017475 A017607
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 16 03:59 EDT 2024. Contains 372549 sequences. (Running on oeis4.)