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-10 of 13 results. Next

A194216 Primes of the form k^32 + (k+1)^32.

Original entry on oeis.org

3512911982806776822251393039617, 2211377674535255285545615254209921, 476961452964007550415682034114910337, 46677208572152524490331633250547044320123137
Offset: 1

Views

Author

Jonathan Vos Post, Aug 18 2011

Keywords

Comments

Prime 32-dimensional centered cube numbers. This is to dimension 32 as A194185 is to dimension 16; as A194155 is to dimension 8; and as A152913 is to dimension 4.

Examples

			a(1) = 8^32 + (8 + 1)^32 = A100267(2).
a(2) = 10^32 + (10 + 1)^32 = A100267(3) = A176935(2).
a(3) = 12^32 + (12 + 1)^32 = A100267(4).
a(4) = 22^32 + (22 + 1)^32.
		

Crossrefs

Programs

  • Magma
    [a: n in [1..200] | IsPrime(a) where a is n^32+(n+1)^32]; // Vincenzo Librandi, Dec 08 2011
  • Mathematica
    Select[Table[n^32+(n+1)^32,{n,1,3000}],PrimeQ] (* Vincenzo Librandi, Dec 08 2011 *)

A036085 Centered cube numbers: (n+1)^7 + n^7.

Original entry on oeis.org

1, 129, 2315, 18571, 94509, 358061, 1103479, 2920695, 6880121, 14782969, 29487171, 55318979, 98580325, 168162021, 276272879, 439294831, 678774129, 1022558705, 1506091771, 2173871739, 3081088541, 4295446429, 5899183335, 7991296871, 10689987049, 14135325801
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2n+1)*(n^6 + 3n^5 + 9n^4 + 13n^3 + 11n^2 + 5n + 1). Semiprimes in the sequence begin for n = 1, 2, 8, 9, 21, 30, 33, 53, 65, 81, 83. - Jonathan Vos Post, Aug 26 2011

References

  • B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.

Crossrefs

Programs

Formula

a(n) = A001015(n+1) + A001015(n).
G.f.: (1+x)*(x^6 + 120*x^5 + 1191*x^4 + 2416*x^3 + 1191*x^2 + 120*x + 1) / (x-1)^8. - R. J. Mathar, Aug 27 2011

A078902 Generalized Fermat primes of the form (k+1)^2^m + k^2^m, with m>1.

Original entry on oeis.org

17, 97, 257, 337, 881, 3697, 10657, 16561, 49297, 65537, 66977, 89041, 149057, 847601, 988417, 1146097, 1972097, 2070241, 2522257, 2836961, 3553777, 3959297, 4398577, 5385761, 7166897, 11073217, 17653681, 32530177, 41532497, 44048497
Offset: 1

Views

Author

T. D. Noe, Dec 12 2002

Keywords

Comments

For k=1, these are the Fermat primes A019434. Is the set of generalized Fermat primes infinite? Conjecture that there are only a finite number of generalized Fermat primes for each value of k. See A077659, which shows that in cases such as k=11, there appear to be no primes. See A078901 for generalized Fermat numbers.
See A080131 for the conjectured number of primes for each k. See A080208 for the least k such that (k+1)^2^n + k^2^n is prime. The largest probable prime of this form discovered to date is the 10217-digit 312^2^12 + 311^2^12.

Crossrefs

Programs

  • Mathematica
    lst3=Select[lst2, PrimeQ[ # ]&] (* lst2 is from A078901 *)

A036087 Centered cube numbers: a(n) = (n+1)^9 + n^9.

Original entry on oeis.org

1, 513, 20195, 281827, 2215269, 12030821, 50431303, 174571335, 521638217, 1387420489, 3357947691, 7517728043, 15764279725, 31265546157, 59104406159, 107162836111, 187307353233, 316947166865
Offset: 0

Views

Author

Keywords

Comments

Never prime nor semiprime, as a(n) = (2n+1) * (n^2 + n + 1) * (n^6 + 3n^5 + 12n^4 + 19n^3 + 15n^2 + 6n + 1). - Jonathan Vos Post, Aug 26 2011
Triprimes (A014612) if n = 2, 5, 6, 14, 21, 75, 90, ... - R. J. Mathar, Aug 27 2011

References

  • B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.

Crossrefs

Programs

  • Magma
    [(n+1)^9+n^9: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
    
  • Mathematica
    Total/@Partition[Range[0,20]^9,2,1] (* Harvey P. Dale, Jan 31 2015 *)
    LinearRecurrence[{10,-45,120,-210,252,-210,120,-45,10,-1},{1,513,20195,281827,2215269,12030821,50431303,174571335,521638217,1387420489},20] (* Harvey P. Dale, Jan 21 2023 *)
  • PARI
    a(n)=(n+1)^9+n^9 \\ Charles R Greathouse IV, Jan 31 2017

Formula

a(n) = A001017(n+1) + A001017(n).
G.f.: (1+x)*(x^8 + 502*x^7 + 14608*x^6 + 88234*x^5 + 156190*x^4 + 88234*x^3 + 14608*x^2 + 502*x + 1) / (x-1)^10. - R. J. Mathar, Aug 27 2011

A036088 Centered cube numbers: (n+1)^10 + n^10.

Original entry on oeis.org

1, 1025, 60073, 1107625, 10814201, 70231801, 342941425, 1356217073, 4560526225, 13486784401, 35937424601, 87854788825, 199775856073, 427113146825, 865905045601, 1676162018401, 3115505528225
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2n^2 + 2n + 1) * (n^8 + 4n^7 + 18n^6 + 40n^5 + 56n^4 + 50n^3 + 27n^2 + 8n + 1), multiple of A001844(n). Semiprime for n in {2, 4, 7, 14, 19, 22, 32, 60, 65, 70, 87, 99, 102, 135, 137, ...}. - Jonathan Vos Post, Aug 26 2011

References

  • B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.

Crossrefs

Programs

  • Magma
    [(n+1)^10+n^10: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
  • Mathematica
    Total/@Partition[Range[0,20]^10,2,1] (* Harvey P. Dale, Aug 04 2019 *)

Formula

G.f.: -(x^8 + 1012*x^7 + 46828*x^6 + 408364*x^5 + 901990*x^4 + 408364*x^3 + 46828*x^2 + 1012*x + 1)*(1+x)^2 / (x-1)^11. - R. J. Mathar, Aug 27 2011

A036089 Centered cube numbers: (n+1)^11 + n^11.

Original entry on oeis.org

1, 2049, 179195, 4371451, 53022429, 411625181, 2340123799, 10567261335, 39970994201, 131381059609, 385311670611, 1028320041299, 2535168764725, 5841725563701, 12699321029039, 26241941903791, 51864082352049
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2*n+1) * (n^10 + 5*n^9 + 25*n^8 + 70*n^7 + 130*n^6 + 166*n^5 + 148*n^4 + 91*n^3 + 37*n^2 + 9*n + 1). - Jonathan Vos Post, Aug 26 2011

Crossrefs

Programs

  • Magma
    [(n+1)^11+n^11: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
    
  • PARI
    Vec((1 + x)*(1 + 2036*x + 152637*x^2 + 2203488*x^3 + 9738114*x^4 + 15724248*x^5 + 9738114*x^6 + 2203488*x^7 + 152637*x^8 + 2036*x^9 + x^10) / (1 - x)^12 + O(x^40)) \\ Colin Barker, Feb 06 2020

Formula

From Colin Barker, Feb 06 2020: (Start)
G.f.: (1 + x)*(1 + 2036*x + 152637*x^2 + 2203488*x^3 + 9738114*x^4 + 15724248*x^5 + 9738114*x^6 + 2203488*x^7 + 152637*x^8 + 2036*x^9 + x^10) / (1 - x)^12.
a(n) = 12*a(n-1) - 66*a(n-2) + 220*a(n-3) - 495*a(n-4) + 792*a(n-5) - 924*a(n-6) + 792*a(n-7) - 495*a(n-8) + 220*a(n-9) - 66*a(n-10) + 12*a(n-11) - a(n-12) for n>11.
(End)

A080208 a(n) is the least k such that the generalized Fermat number (k+1)^(2^n) + k^(2^n) is prime.

Original entry on oeis.org

1, 1, 1, 1, 1, 8, 95, 31, 85, 59, 1078, 754, 311, 3508, 1828, 49957, 22844
Offset: 0

Views

Author

T. D. Noe, Feb 10 2003

Keywords

Comments

The first five terms correspond to the five known Fermat primes. The sequence A078902 lists some of the generalized Fermat primes. Bjorn and Riesel examined generalized Fermat numbers for k <= 11 and n <= 999. The sequence A080134 lists the conjectured number of primes for each k.
For n >= 10, a(n) yields a probable prime. a(13) was found by Henri Lifchitz. It is known that a(14) > 1000.

Examples

			a(5) = 8 because (k+1)^32 + k^32 is prime for k = 8 and composite for k < 8.
		

Crossrefs

Formula

a(n) = A253633(n) - 1.

Extensions

a(14)-a(15) from Jeppe Stig Nielsen, Nov 27 2020
a(16) by Kellen Shenton communicated by Jeppe Stig Nielsen, May 19 2023

A036090 Centered cube numbers: (n+1)^12 + n^12.

Original entry on oeis.org

1, 4097, 535537, 17308657, 260917841, 2420922961, 16018069537, 82560763937, 351149013217, 1282429536481, 4138428376721, 12054528824977, 32214185570737, 79991997497777, 186440250265921, 411221314601281
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2n^4 + 4n^3 + 6n^2 + 4n + 1) * (n^8 + 4n^7 + 22n^6 + 52n^5 + 69n^4 + 56n^3 + 28n^2 + 8n + 1) Semiprime for n in {1, 2, 3, 6, 14, 16, 36, 87, 97, 109, 110, 119, 121, 163, 195, ...}. - Jonathan Vos Post, Aug 26 2011

References

  • B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.

Crossrefs

Programs

  • Magma
    [(n+1)^12+n^12: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
  • Mathematica
    Total/@Partition[Range[0,20]^12,2,1] (* Harvey P. Dale, May 09 2018 *)

Formula

G.f.: -(x^10 + 4082*x^9 + 474189*x^8 + 9713496*x^7 + 56604978*x^6 + 105907308*x^5 + 56604978*x^4 + 9713496*x^3 + 474189*x^2 + 4082*x + 1)*(1+x)^2 / (x-1)^13. - R. J. Mathar, Aug 27 2011

A036092 Centered cube numbers: a(n) = (n+1)^14 + n^14.

Original entry on oeis.org

1, 16385, 4799353, 273218425, 6371951081, 84467679721, 756587236945, 5076269583953, 27274838966065, 122876792454961, 479749833583241, 1663668298132105, 5221294850248153, 15049383211257305, 40304932850948641, 101250520063318561, 240435420597328865
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2n^2 + 2n + 1) * (n^12 + 6n^11 + 39n^10 + 140n^9 + 341n^8 + 590n^7 + 741n^6 + 680n^5 + 451n^4 + 210n^3 + 65n^2 + 12n + 1). Semiprime for n in {2, 5, 22, 24, 34, 35, 39, 84, 217, 220, 285, ...}. - Jonathan Vos Post, Aug 26 2011

Crossrefs

Programs

Formula

G.f.: -(x +1)^2*(x^12 +16368*x^11 +4520946*x^10 +193889840*x^9 +2377852335*x^8 +10465410528*x^7 +17505765564*x^6 +10465410528*x^5 +2377852335*x^4 +193889840*x^3 +4520946*x^2 +16368*x +1) / (x -1)^15. - Colin Barker, Feb 16 2015

A194553 Centered cube numbers: (n+1)^25 + n^25.

Original entry on oeis.org

1, 33554433, 847322163875, 1126747195452067, 299149123783795749, 28728311253806654501, 1369498907693894602183, 39120000482621126610375, 755676919554809750479817, 10717897987691852588770249, 118347059433883722041830251
Offset: 0

Views

Author

Jonathan Vos Post, Aug 28 2011

Keywords

Comments

Can never be prime as a(n) = (2*n+1) * (n^4 + 2*n^3 + 4*n^2 + 3*n+1) * (n^20 + 10*n^19 + 120*n^18 + 795*n^17 + 3685*n^16 + 12752*n^15 + 33965*n^14 + 71205*n^13 + 119580*n^12 + 162965*n^11 + 181754*n^10 + 166595*n^9 + 125515*n^8 +77415*n^7 + 38745*n^6 + 15503*n^5 + 4845*n^4 + 1140*n^3 + 190*n^2 + 20*n + 1).

Crossrefs

Programs

  • Magma
    [(n+1)^25+n^25: n in [0..10]]; // Vincenzo Librandi, Sep 21 2011
  • Mathematica
    Total/@Partition[Range[0,20]^25,2,1] (* Harvey P. Dale, Dec 03 2015 *)
Showing 1-10 of 13 results. Next