login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133038 Cubes of members of the Padovan sequence A000931. 0
1, 0, 0, 1, 0, 1, 1, 1, 8, 8, 27, 64, 125, 343, 729, 1728, 4096, 9261, 21952, 50653, 117649, 274625, 636056, 1481544, 3442951, 8000000, 18609625, 43243551, 100544625, 233744896, 543338496, 1263214441, 2936493568, 6826561273, 15870019697, 36892780289 (list; graph; refs; listen; history; internal format)
OFFSET

0,9

FORMULA

a(n) = A000931(n)^3.

a(n) = a(n-1)+2*a(n-2)+3*a(n-3)-2*a(n-4)+4*a(n-5)-4*a(n-6)-a(n-7)-a(n-8)-a(n-10).

EXAMPLE

a(10)=27 because Padovan(10)=3 and 3^3=27.

MATHEMATICA

CoefficientList[Series[(1 - x^2)/(1 - x^2 - x^3), {x, 0, 50}], x]^3

CROSSREFS

Cf. A000578, A030078, A056570. Padovan sequence: A000931.

Sequence in context: A003873 A077110 A098360 * A143336 A122858 A053596

Adjacent sequences:  A133035 A133036 A133037 * A133039 A133040 A133041

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Nov 02 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:21 EST 2012. Contains 205777 sequences.