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!)
A176805 a(n) = 3^n + 3*n + 1. 6
2, 7, 16, 37, 94, 259, 748, 2209, 6586, 19711, 59080, 177181, 531478, 1594363, 4783012, 14348953, 43046770, 129140215, 387420544, 1162261525, 3486784462, 10460353267, 31381059676, 94143178897, 282429536554, 847288609519 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 3^n + 3n + 1 = A000244(n) + A008585(n) + 1 = A000244(n) + A016777(n).
From R. J. Mathar, Apr 27 2010: (Start)
a(n)= 5*a(n-1) - 7*a(n-2) + 3*a(n-3).
G.f.: (1+x)*(5*x-2) / ( (3*x-1)*(x-1)^2 ). (End)
EXAMPLE
a(7) = (3^7) + (3*7) + 1 = 2209 = 47^2.
PROG
(Magma) [3^n + 3*n + 1: n in [0..30]]; // Vincenzo Librandi, May 09 2011
(PARI) a(n)=3^n+3*n+1 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A329324 A131405 A269963 * A224227 A260505 A042243
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Apr 26 2010
EXTENSIONS
Corrected (1 replaced by 2, 2209 inserted) by R. J. Mathar, Apr 27 2010
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 18 08:45 EDT 2024. Contains 372618 sequences. (Running on oeis4.)