Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100233
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100233 Lucas(3n) - 1. +0
4
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; listen)
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)).

PROGRAM

(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: A128948 A049181 A142868 this_sequence A015525 A062224 A093568

Adjacent sequences: A100230 A100231 A100232 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research