A194185
Primes of the form k^16 + (k+1)^16.
Original entry on oeis.org
65537, 4338014017, 2973697798081, 36054040477057, 314707907280257, 8746361693522261761, 4441930186581050471617, 1936348941361814438534657, 8260002645666200230661441, 157512780598351804823277697, 684655198104511486296198721, 21770695412796292350304592257
Offset: 1
a(1) = 1^16 + (1+1)^16 = 65537 = A100266(2).
a(2) = 3^16 + (3+1)^16 = 4338014017 = A100266(3).
a(3) = 5^16 + (5+1)^16 = 2973697798081 = A100266(4).
a(4) = 6^16 + (6+1)^16 = 36054040477057 = A100266(5).
a(5) = 7^16 + (7+1)^16 = 314707907280257 = A100266(6).
a(6) = 14^16 + (14+1)^16 = 8746361693522261761 = A100266(11).
a(7) = 21^16 + (21+1)^16 = 4441930186581050471617 = A100266(22).
-
[ a: n in [1..100] | IsPrime(a) where a is n^16+(n+1)^16 ]; // Vincenzo Librandi, Dec 07 2011
-
Select[Table[n^16+(n+1)^16,{n,0,800}],PrimeQ] (* Vincenzo Librandi, Dec 07 2011 *)
Select[Total/@Partition[Range[60]^16,2,1],PrimeQ] (* Harvey P. Dale, Dec 07 2017 *)
A100267
Primes of the form x^32 + y^32.
Original entry on oeis.org
2, 3512911982806776822251393039617, 2211377674535255285545615254209921, 476961452964007550415682034114910337, 14748002492224459115975467901357427939457
Offset: 1
Cf.
A100266 (primes of the form x^16 + y^16),
A006686 (primes of the form x^8 + y^8),
A002645 (primes of the form x^4 + y^4),
A002313 (primes of the form x^2 + y^2).
-
n=5; pwr=2^n; xmax=2; r=Range[xmax]; num=r^pwr+r^pwr; Table[While[p=Min[num]; x=Position[num, p][[1, 1]]; y=r[[x]]; r[[x]]++; num[[x]]=x^pwr+r[[x]]^pwr; If[x==xmax, xmax++; AppendTo[r, xmax+1]; AppendTo[num, xmax^pwr+(xmax+1)^pwr]]; !PrimeQ[p]]; p, {10}]
A194216
Primes of the form k^32 + (k+1)^32.
Original entry on oeis.org
3512911982806776822251393039617, 2211377674535255285545615254209921, 476961452964007550415682034114910337, 46677208572152524490331633250547044320123137
Offset: 1
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.
-
[a: n in [1..200] | IsPrime(a) where a is n^32+(n+1)^32]; // Vincenzo Librandi, Dec 08 2011
-
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
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
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
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 10, -1).
-
[(n+1)^9+n^9: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
-
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 *)
-
a(n)=(n+1)^9+n^9 \\ Charles R Greathouse IV, Jan 31 2017
A111635
Smallest prime of the form x^(2^n) + y^(2^n) where x,y are distinct integers.
Original entry on oeis.org
2, 5, 17, 257, 65537, 3512911982806776822251393039617, 4457915690803004131256192897205630962697827851093882159977969339137, 1638935311392320153195136107636665419978585455388636669548298482694235538906271958706896595665141002450684974003603106305516970574177405212679151205373697500164072550932748470956551681
Offset: 0
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
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
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
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
- Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
-
[(n+1)^11+n^11: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
-
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
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
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
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
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
- Index entries for linear recurrences with constant coefficients, signature (15,-105,455,-1365,3003,-5005,6435,-6435,5005,-3003,1365,-455,105,-15,1).
Cf.
A000040,
A036085,
A036087,
A036088,
A036089,
A036090,
A036091,
A100267,
A154535,
A100266,
A152913,
A194155,
A194185,
A194216.
Showing 1-10 of 13 results.
Comments