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-4 of 4 results.

A113338 Positive integers of the form (18*m^2+1)/11.

Original entry on oeis.org

41, 59, 419, 473, 1193, 1283, 2363, 2489, 3929, 4091, 5891, 6089, 8249, 8483, 11003, 11273, 14153, 14459, 17699, 18041, 21641, 22019, 25979, 26393, 30713, 31163, 35843, 36329, 41369, 41891, 47291, 47849, 53609, 54203, 60323, 60953
Offset: 1

Views

Author

Zak Seidov, Jan 08 2006

Keywords

Comments

Here m=(11*(2*n-1)-9*(-1)^n)/4 for n>0.
(18*m^2 + 1)/11 is an integer for m=5+11k and m=6+11k, k=0,1,2,.... [ Corrected by Bruno Berselli, Jun 28 2010]

Crossrefs

Programs

Formula

From Bruno Berselli, Jun 29 2010: (Start)
G.f.: x*(41+18*x+278*x^2+18*x^3+41*x^4)/((1+x)^2*(1-x)^3).
a(n) = a(-n+1) = a(n-1)+2*a(n-2)-2*a(n-3)-a(n-4)+a(n-5).
a(n) = (198*n*(n-1)-81*(2*n-1)*(-1)^n+83)/4. (End)

Extensions

Definition corrected, comment and cross-reference added by Bruno Berselli, Jul 13 2010

A179337 Positive integers of the form (6*m^2 + 1)/11.

Original entry on oeis.org

5, 35, 107, 197, 341, 491, 707, 917, 1205, 1475, 1835, 2165, 2597, 2987, 3491, 3941, 4517, 5027, 5675, 6245, 6965, 7595, 8387, 9077, 9941, 10691, 11627, 12437, 13445, 14315, 15395, 16325, 17477, 18467, 19691, 20741, 22037, 23147, 24515
Offset: 1

Views

Author

Bruno Berselli, Jul 11 2010

Keywords

Comments

Here m = (11*(2*n-1) - (-1)^n)/4 for n > 0.

Crossrefs

Programs

  • Magma
    [(66*n*(n-1)-3*(2*n-1)*(-1)^n+17)/4: n in [1..40]]; // Vincenzo Librandi, Nov 16 2011
  • Mathematica
    LinearRecurrence[{1,2,-2,-1,1},{5,35,107,197,341},40] (* Vincenzo Librandi, Nov 16 2011 *)

Formula

a(n) = (66*n*(n-1) - 3*(2*n-1)*(-1)^n + 17)/4.
G.f.: x*(5 + 30*x + 62*x^2 + 30*x^3 + 5*x^4)/((1+x)^2*(1-x)^3).
a(n) = a(-n+1) = a(n-1) + 2*a(n-2) - 2*a(n-3) - a(n-4) + a(n-5).

A179370 Positive integers of the form (7*m^2+1)/11.

Original entry on oeis.org

16, 23, 163, 184, 464, 499, 919, 968, 1528, 1591, 2291, 2368, 3208, 3299, 4279, 4384, 5504, 5623, 6883, 7016, 8416, 8563, 10103, 10264, 11944, 12119, 13939, 14128, 16088, 16291, 18391, 18608, 20848, 21079, 23459, 23704, 26224, 26483
Offset: 1

Views

Author

Bruno Berselli, Jul 12 2010

Keywords

Comments

Here m=(11*(2*n-1)-9*(-1)^n)/4 for n>0.

Crossrefs

Formula

a(n) = (154*n*(n-1)-63*(2*n-1)*(-1)^n+65)/8.
G.f.: x*(16+7*x+108*x^2+7*x^3+16*x^4)/((1+x)^2*(1-x)^3).
a(n) = a(-n+1) = a(n-1)+2*a(n-2)-2*a(n-3)-a(n-4)+a(n-5).

A179338 Positive integers of the form (10*m^2+1)/11.

Original entry on oeis.org

1, 91, 131, 401, 481, 931, 1051, 1681, 1841, 2651, 2851, 3841, 4081, 5251, 5531, 6881, 7201, 8731, 9091, 10801, 11201, 13091, 13531, 15601, 16081, 18331, 18851, 21281, 21841, 24451, 25051, 27841, 28481, 31451, 32131, 35281, 36001, 39331
Offset: 1

Views

Author

Bruno Berselli, Jul 11 2010

Keywords

Comments

Here m=(11*(2*n-1)+7*(-1)^n)/4 for n>0.

Crossrefs

Programs

  • Magma
    [(110*n*(n-1)+35*(2*n-1)*(-1)^n+39)/4: n in [1..50]]; // Vincenzo Librandi, Jul 10 2014
  • Mathematica
    Select[(10Range[300]^2+1)/11,IntegerQ] (* or *) LinearRecurrence[ {1,2,-2,-1,1},{1,91,131,401,481},50] (* Harvey P. Dale, Jul 10 2014 *)
  • PARI
    isok(n) = (((11*n-1) % 10 == 0) && issquare((11*n-1)/10)) \\ Michel Marcus, Jun 07 2013
    

Formula

a(n) = (110*n*(n-1)+35*(2*n-1)*(-1)^n+39)/4.
G.f.: x*(1+90*x+38*x^2+90*x^3+1*x^4)/((1+x)^2*(1-x)^3).
a(n) = a(-n+1) = a(n-1)+2*a(n-2)-2*a(n-3)-a(n-4)+a(n-5).
Showing 1-4 of 4 results.