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.

Showing 1-2 of 2 results.

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

A165855 Totally multiplicative sequence with a(p) = 34.

Original entry on oeis.org

1, 34, 34, 1156, 34, 1156, 34, 39304, 1156, 1156, 34, 39304, 34, 1156, 1156, 1336336, 34, 39304, 34, 39304, 1156, 1156, 34, 1336336, 1156, 1156, 39304, 39304, 34, 39304, 34, 45435424, 1156, 1156, 1156, 1336336, 34, 1156, 1156, 1336336, 34, 39304, 34
Offset: 1

Views

Author

Jaroslav Krizek, Sep 28 2009

Keywords

Programs

  • Mathematica
    34^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 15 2016 *)
  • PARI
    a(n) = 34^bigomega(n); \\ Altug Alkan, Apr 15 2016

Formula

a(n) = A009978(A001222(n)) = 34^bigomega(n) = 34^A001222(n).
Showing 1-2 of 2 results.