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.

A138965 Least prime factor of concatenation of first n odd numbers.

Original entry on oeis.org

1, 13, 3, 23, 37, 3, 11617, 5, 3, 135791113151719, 29, 3, 5, 11, 3, 135791113151719212325272931, 17, 3, 7, 13, 3, 131, 5, 3, 11, 25471443030907588399109, 3, 5, 7, 3, 181, 41, 3, 135791113151719212325272931333537394143454749515355575961636567, 19, 3, 40351, 5, 3, 7, 11, 3, 5, 57041, 3, 351269, 11, 3, 135791113151719212325272931333537394143454749515355575961636567697173757779818385878991939597
Offset: 1

Views

Author

M. F. Hasler, Apr 14 2008

Keywords

Crossrefs

Programs

  • PARI
    t=1; for( n=2,99, print1( factor( eval( t=Str( t,2*n-1 )))[1,1], ", "))

Formula

A138965(n) = A020639(A019519(n)) (= 3 if n = 0 (mod 3)).