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.

A259752 a(n) = 24*n - 18.

Original entry on oeis.org

6, 30, 54, 78, 102, 126, 150, 174, 198, 222, 246, 270, 294, 318, 342, 366, 390, 414, 438, 462, 486, 510, 534, 558, 582, 606, 630, 654, 678, 702, 726, 750, 774, 798, 822, 846, 870, 894, 918, 942, 966, 990, 1014, 1038, 1062, 1086, 1110, 1134, 1158, 1182, 1206
Offset: 1

Views

Author

Keywords

Comments

Original name: Numbers n such that n/A259748(n) = 6.
Partial sums give A152746. - Leo Tavares, Jul 29 2023

Crossrefs

Other sequences of numbers n such that A259748(n)/n equals a constant: A008606, A073762, A259749, A259750, A259751, A259754, A259755.

Programs

  • Mathematica
    A[n_] := A[n] = Sum[a b, {a, 1,  n}, {b, a + 1, n}] ; Select[Range[600], Mod[A[#], #]/# == 1/6 & ]

Formula

A259748(a(n))/a(n) = 1/6.
a(n) = 6*A016813(n-1). - Michel Marcus, Jul 18 2015
G.f.: 6*x*(3*x+1)/(x-1)^2. - Alois P. Heinz, Jul 29 2023
From Elmo R. Oliveira, Apr 04 2025: (Start)
E.g.f.: 6*(exp(x)*(4*x - 3) + 3).
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)

Extensions

Better name from Danny Rorabaugh, Oct 22 2015

A063148 Dimension of the space of weight 2n cusp forms for Gamma_0( 80 ).

Original entry on oeis.org

7, 30, 54, 78, 102, 126, 150, 174, 198, 222, 246, 270, 294, 318, 342, 366, 390, 414, 438, 462, 486, 510, 534, 558, 582, 606, 630, 654, 678, 702, 726, 750, 774, 798, 822, 846, 870, 894, 918, 942, 966, 990, 1014, 1038, 1062, 1086, 1110, 1134
Offset: 1

Views

Author

N. J. A. Sloane, Jul 08 2001

Keywords

Formula

Conjecture: a(n) = A063128(n). - R. J. Mathar, Jul 21 2015
Conjectures from Colin Barker, Jun 08 2019: (Start)
G.f.: x*(7 + 16*x + x^2) / (1 - x)^2.
a(n) = 2*a(n-1) - a(n-2) for n>3.
a(n) = 6*(4*n-3) for n>1.
(End)
Showing 1-2 of 2 results.