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!)
A180847 a(n) = (27^n-4^n)/23. 6
0, 1, 31, 853, 23095, 623821, 16844191, 454797253, 12279542215, 331547705341, 8951788306351, 241698285320053, 6525853707835735, 176198050128342061, 4757347353532344511, 128448378545641737253, 3468106220733400647655 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The a(n+1) appear in several triangle sums of Nicomachus' table A036561, i.e Ze1(2*n), Ze1(2*n+1)/2; Ze4(3*n), Ze4(3*n+1)/3 and Ze4(3*n+2)/9. See A180662 for information about these zebra and other chess sums.
LINKS
FORMULA
a(n) = (27^n-4^n)/23.
G.f.: x/((27*x-1)*(4*x-1)).
a(0)=0, a(1)=1, a(n)=31*a(n-1)-108*a(n-2). [From Harvey P. Dale, Sep 01 2011]
MATHEMATICA
Table[(27^n-4^n)/23, {n, 0, 20}] (* or *) LinearRecurrence[{31, -108}, {0, 1}, 20] (* Harvey P. Dale, Sep 01 2011 *)
PROG
(PARI) a(n)=(27^n-4^n)/23 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A069380 A006111 A183828 * A202977 A213467 A157878
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Sep 21 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 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)