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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100233 Lucas(3n) - 1. 3
1, 3, 17, 75, 321, 1363, 5777, 24475, 103681, 439203, 1860497, 7881195, 33385281, 141422323, 599074577, 2537720635, 10749957121, 45537549123, 192900153617, 817138163595, 3461452808001, 14662949395603, 62113250390417 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = 4*a(n-1) + a(n-2) + 4 for n>1, with a(0)=1, a(1)=3. G.f.: Sum_{n>=1} a(n)*x^n/n = log((1-x)/(1-4*x-x^2)).

PROG

(PARI) a(n)=if(n==0, 1, n*polcoeff(log((1-x)/(1-4*x-x^2)+x*O(x^n)), n))

CROSSREFS

Main diagonal of triangle A100232.

Cf. A100230, A100232.

Equals A014448(n) - 1.

Sequence in context: A191587 A142868 A171875 * A015525 A062224 A093568

Adjacent sequences:  A100230 A100231 A100232 * A100234 A100235 A100236

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 29 2004

EXTENSIONS

New definition from Ralf Stephan, Dec 01, 2004

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 17 14:50 EST 2012. Contains 206050 sequences.