login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073844 a(1) = 1, a(n) = largest prime divisor of A057137(n). 1
1, 3, 41, 617, 823, 643, 9721, 14593, 3803, 3803, 14405693, 10288065751, 116216501, 12079920647, 7552031, 435503, 1763668414462081, 106377431, 27961, 27961, 205126079, 84225392753, 7347135846537257, 437274720469, 12792129877, 244251294564157 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A006530(A057137(n)). - Michel Marcus, May 26 2022
PROG
(PARI) a(n) = if(n==1, 1, vecmax(factor(sum(i=1, n, i%10*10^(n-i)))[, 1])); \\ Daniel Suteu, May 25 2022
CROSSREFS
Sequence in context: A213378 A189356 A155672 * A138961 A075022 A367981
KEYWORD
nonn
AUTHOR
Jason Earls, Sep 02 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 03:41 EDT 2024. Contains 371264 sequences. (Running on oeis4.)