cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 31-40 of 51 results. Next

A139792 First quadrisection of A139763 (1, 2, 3, 4, 11, ...).

Original entry on oeis.org

1, 11, 171, 2731, 43691, 699051, 11184811, 178956971, 2863311531, 45812984491, 733007751851, 11728124029611, 187649984473771, 3002399751580331, 48038396025285291, 768614336404564651, 12297829382473034411, 196765270119568550571, 3148244321913096809131
Offset: 0

Views

Author

Paul Curtz, May 21 2008

Keywords

Crossrefs

Second quadrisection of Jacobsthal numbers A001045; the other quadrisections are A195156 (first), A144864 (third), and A141060 (fourth).

Programs

  • Magma
    [(1+2*16^n)/3: n in [0..20]]; // Vincenzo Librandi, Aug 09 2011
    
  • Mathematica
    Table[(1 + 2^(4*n+1))/3, {n,0,20}] (* G. C. Greubel, Nov 03 2018 *)
  • PARI
    vector(20, n, n--; (1 + 2^(4*n+1))/3) \\ G. C. Greubel, Nov 03 2018

Formula

a(n) = 16*a(n-1) - 5.
a(n) = 10*A131865(n) + 1.
G.f.: ( 1-6*x ) / ( (16*x-1)*(x-1) ). - R. J. Mathar, Feb 06 2011
E.g.f.: (exp(x) + 2*exp(16*x))/3. - G. C. Greubel, Nov 03 2018
From Jianing Song, Aug 30 2022: (Start)
a(n) = A001045(4*n+1).
a(n+1) - a(n) = 10*A001025(n). (End)

A218725 a(n) = (22^n - 1)/21.

Original entry on oeis.org

0, 1, 23, 507, 11155, 245411, 5399043, 118778947, 2613136835, 57489010371, 1264758228163, 27824681019587, 612142982430915, 13467145613480131, 296277203496562883, 6518098476924383427, 143398166492336435395, 3154759662831401578691, 69404712582290834731203
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 22; q-integers for q=22: Diagonal k=1 in the triangle A022186.
Partial sums are in A014907. Also, the sequence is related to A014940 by A014940(n) = n*a(n) - Sum_{i=0..n-1} a(i) for n > 0. [Bruno Berselli, Nov 06 2012]

Crossrefs

Programs

Formula

a(n) = floor(22^n/21).
G.f.: x/((1-x)*(1-22*x)). [Bruno Berselli, Nov 06 2012]
a(n) = 23*a(n-1) - 22*a(n-2). - Vincenzo Librandi, Nov 07 2012
E.g.f.: exp(x)*(exp(21*x) - 1)/21. - Elmo R. Oliveira, Aug 29 2024

A218737 a(n) = (34^n - 1)/33.

Original entry on oeis.org

0, 1, 35, 1191, 40495, 1376831, 46812255, 1591616671, 54114966815, 1839908871711, 62556901638175, 2126934655697951, 72315778293730335, 2458736461986831391, 83597039707552267295, 2842299350056777088031, 96638177901930420993055, 3285698048665634313763871
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 34 (A009978).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1 - x)*(1 - 34*x)).
a(n) = 35*a(n-1) - 34*a(n-2).
a(n) = floor(34^n/33). (End)
E.g.f.: exp(x)*(exp(33*x) - 1)/33. - Stefano Spezia, Mar 26 2023

A218738 a(n) = (35^n - 1)/34.

Original entry on oeis.org

0, 1, 36, 1261, 44136, 1544761, 54066636, 1892332261, 66231629136, 2318107019761, 81133745691636, 2839681099207261, 99388838472254136, 3478609346528894761, 121751327128511316636, 4261296449497896082261, 149145375732426362879136, 5220088150634922700769761
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 35 (A009979).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1 - x)*(1 - 35*x)).
a(n) = 36*a(n-1) - 35*a(n-2).
a(n) = floor(35^n/34). (End)
E.g.f.: exp(x)*(exp(34*x) - 1)/34. - Stefano Spezia, Mar 28 2023

A218745 a(n) = (42^n - 1)/41.

Original entry on oeis.org

0, 1, 43, 1807, 75895, 3187591, 133878823, 5622910567, 236162243815, 9918814240231, 416590198089703, 17496788319767527, 734865109430236135, 30864334596069917671, 1296302053034936542183, 54444686227467334771687, 2286676821553628060410855, 96040426505252378537255911
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 42 (A009986).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-42*x)).
a(n) = 43*a(n-1) - 42*a(n-2).
a(n) = floor(42^n/41). (End)
E.g.f.: exp(x)*(exp(41*x) - 1)/41. - Elmo R. Oliveira, Aug 29 2024

A141032 a(n) = 4*(16^n-1)/15.

Original entry on oeis.org

0, 4, 68, 1092, 17476, 279620, 4473924, 71582788, 1145324612, 18325193796, 293203100740, 4691249611844, 75059993789508, 1200959900632132, 19215358410114116, 307445734561825860, 4919131752989213764, 78706108047827420228, 1259297728765238723652
Offset: 0

Views

Author

Paul Curtz, Jul 30 2008

Keywords

Comments

The sequence of last digits, a(n) mod 10, is periodic with period length 5: repeat 0, 4, 8, 2, 6.

Programs

Formula

a(n) = (A141060(n)-3)/10.
a(n) = 16*a(n-1)+4.
a(n) = 4*A131865(n-1).
a(n+1)-a(n) = A013709(n).
G.f.: 4*x / ( (16*x-1)*(x-1) ). - R. J. Mathar, Jul 02 2011

Extensions

More terms from Vladimir Joseph Stephan Orlovsky, Nov 07 2008

A218727 a(n) = (24^n - 1)/23.

Original entry on oeis.org

0, 1, 25, 601, 14425, 346201, 8308825, 199411801, 4785883225, 114861197401, 2756668737625, 66160049703001, 1587841192872025, 38108188628928601, 914596527094286425, 21950316650262874201, 526807599606308980825, 12643382390551415539801, 303441177373233972955225
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 24 (A009968); q-integers for q=24: diagonal k=1 in triangle A022188.
Partial sums are in A014913. Also, the sequence is related to A014942 by A014942(n) = n*a(n) - Sum_{i=0..n-1} a(i) for n > 0. [Bruno Berselli, Nov 07 2012]

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-24*x)).
a(n) = floor(24^n/23).
a(n) = 25*a(n-1) - 24*a(n-2). (End)
E.g.f.: exp(x)*(exp(23*x) - 1)/23. - Elmo R. Oliveira, Aug 29 2024

A218729 a(n) = (26^n - 1)/25.

Original entry on oeis.org

0, 1, 27, 703, 18279, 475255, 12356631, 321272407, 8353082583, 217180147159, 5646683826135, 146813779479511, 3817158266467287, 99246114928149463, 2580398988131886039, 67090373691429037015, 1744349715977154962391, 45353092615406029022167, 1179180408000556754576343
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 26 (A009970); q-integers for q=26.

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-26*x)).
a(n) = floor(26^n/25).
a(n) = 27*a(n-1) - 26*a(n-2). (End)
E.g.f.: exp(x)*(exp(25*x) - 1)/25. - Elmo R. Oliveira, Aug 29 2024

A218730 a(n) = (27^n - 1)/26.

Original entry on oeis.org

0, 1, 28, 757, 20440, 551881, 14900788, 402321277, 10862674480, 293292210961, 7918889695948, 213810021790597, 5772870588346120, 155867505885345241, 4208422658904321508, 113627411790416680717, 3067940118341250379360, 82834383195213760242721, 2236528346270771526553468
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 27 (A009971); q-integers for q=27.

Crossrefs

Programs

  • Magma
    [n le 2 select n-1 else 28*Self(n-1)-27*Self(n-2): n in [1..20]]; // Vincenzo Librandi, Nov 07 2012
    
  • Mathematica
    LinearRecurrence[{28, -27}, {0, 1}, 30] (* Vincenzo Librandi, Nov 07 2012 *)
  • Maxima
    A218730(n):=(27^n-1)/26$
    makelist(A218730(n),n,0,30); /* Martin Ettl, Nov 07 2012 */
  • PARI
    a(n)=27^n\26
    

Formula

G.f.: x/((1-x)*(1-27*x)). - Vincenzo Librandi, Nov 07 2012
a(n) = floor(27^n/26). - Vincenzo Librandi, Nov 07 2012
a(n) = 28*a(n-1) - 27*a(n-2). - Vincenzo Librandi, Nov 07 2012
E.g.f.: exp(14*x)*sinh(13*x)/13. - Elmo R. Oliveira, Aug 27 2024

A218731 a(n) = (28^n - 1)/27.

Original entry on oeis.org

0, 1, 29, 813, 22765, 637421, 17847789, 499738093, 13992666605, 391794664941, 10970250618349, 307167017313773, 8600676484785645, 240818941573998061, 6742930364071945709, 188802050194014479853, 5286457405432405435885, 148020807352107352204781, 4144582605859005861733869
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 28 (A009972).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-28*x)).
a(n) = floor(28^n/27).
a(n) = 29*a(n-1) - 28*a(n-2). (End)
E.g.f.: exp(x)*(exp(27*x) - 1)/27. - Elmo R. Oliveira, Aug 29 2024
Previous Showing 31-40 of 51 results. Next