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!)
A241527 a(n) = n^3 + (3^n+1)/2. 1
1, 3, 13, 41, 105, 247, 581, 1437, 3793, 10571, 30525, 89905, 267449, 799359, 2394229, 7177829, 21527457, 64574995, 193716077, 581137593, 1743400201, 5230185863, 15690540453, 47071601581, 141214782065, 423644320347, 1270932931741, 3812798762177, 11438396249433, 34315188706831 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000578(n) + A007051(n).
G.f.: (x^4+18*x^3-10*x^2+4*x-1) / ((x-1)^4*(3*x-1)). - Colin Barker, Apr 25 2014
MATHEMATICA
Table[n^3+(3^n+1)/2, {n, 0, 40}] (* or *) LinearRecurrence[{7, -18, 22, -13, 3}, {1, 3, 13, 41, 105}, 40] (* Harvey P. Dale, Mar 01 2024 *)
PROG
(Magma) [n^3 + (3^n+1)/2: n in [0..29]]; \\ Juri-Stepan Gerasimov, Apr 25 2014
CROSSREFS
Sequence in context: A259764 A309139 A049167 * A234387 A173867 A121162
KEYWORD
nonn,easy
AUTHOR
Gerasimov Sergey, Apr 24 2014
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 5 08:29 EDT 2024. Contains 372257 sequences. (Running on oeis4.)