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.

A268658 Numbers k such that 3*2^k + 1 is a prime factor of a generalized Fermat number 5^(2^m) + 1 for some m.

Original entry on oeis.org

2, 8, 18, 66, 189, 209, 408, 2208, 2816, 3168, 3912, 20909, 54792, 59973, 157169, 303093, 709968, 801978, 1832496, 2145353, 2291610, 5082306, 10829346, 16408818
Offset: 1

Views

Author

Arkadiusz Wesolowski, Feb 10 2016

Keywords

References

  • Wilfrid Keller, private communication, 2008.

Crossrefs

Programs

  • PARI
    for(k=1,+oo,p=3*2^k+1;if(ispseudoprime(p),t=znorder(Mod(5,p));bitand(t,t-1)==0&&print1(k,", "))) \\ Jeppe Stig Nielsen, Oct 30 2020

Extensions

a(24) from Jeppe Stig Nielsen, Oct 30 2020