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!)
A263622 a(n) = (3^(n+1)-2^(n+2)+2*n+1)/4. 1
0, 1, 4, 14, 47, 153, 486, 1516, 4669, 14255, 43268, 130818, 394491, 1187557, 3570850, 10728920, 32219513, 96724059, 290303232, 871171822, 2614039735, 7843167761, 23531600414, 70598995524, 211805375157, 635432902663, 1906332262396, 5719063896026, 17157325905779, 51472246152765 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
H. Gupta, On a problem in parity, Indian J. Math., 11 (1969), 157-163. [Annotated scanned copy] See Q(w) on first page.
FORMULA
From Colin Barker, Oct 26 2015: (Start)
a(n) = 7*a(n-1)-17*a(n-2)+17*a(n-3)-6*a(n-4) for n>3.
G.f.: x*(3*x^2-3*x+1) / ((x-1)^2*(2*x-1)*(3*x-1)).
(End)
PROG
(PARI) a(n) = (3^(n+1)-2^(n+2)+2*n+1)/4 \\ Colin Barker, Oct 26 2015
(PARI) concat(0, Vec(x*(3*x^2-3*x+1)/((x-1)^2*(2*x-1)*(3*x-1)) + O(x^40))) \\ Colin Barker, Oct 26 2015
CROSSREFS
Sequence in context: A046718 A291385 A192877 * A104487 A247210 A094789
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 23 2015
EXTENSIONS
Typo in last term fixed by Colin Barker, Oct 26 2015
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 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)