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!)
A155629 a(n) = 8^n-4^n+1^n. 21
1, 5, 49, 449, 3841, 31745, 258049, 2080769, 16711681, 133955585, 1072693249, 8585740289, 68702699521, 549688705025, 4397778075649, 35183298347009, 281470681743361, 2251782633816065, 18014329790005249, 144114913197948929 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-8*x)-1/(1-4*x)+1/(1-x). E.g.f.: e^(8*x)-e^(4*x)+e^x.
a(n) = 12*a(n-1)-32*a(n-2)+21 with a(0)=1, a(1)=5. - Vincenzo Librandi, Jul 21 2010
PROG
(PARI) a(n)=8^n-4^n+1 \\ Charles R Greathouse IV, Sep 24 2015
CROSSREFS
Sequence in context: A351586 A224756 A198969 * A096596 A001079 A146311
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 30 2009
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)