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!)
A168047 Numbers k that divide the k-th isolated number. 0
1, 2, 3, 4, 12, 25, 30, 470, 1224, 57843, 145122, 16805481, 5285171382 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
{k: k | A167706(k)}.
PROG
(PARI) lista(pmax) = {my(p1 = 2, p2 = 3, c = 1); print1(c, ", "); forprime(p3 = 5, pmax, if(p2 == p1 + 2, c++; if(!((p1+1)%c), print1(c, ", "))); if(p2 != p1 + 2 && p2 != p3 - 2, c++); p1 = p2; p2 = p3); } \\ Amiram Eldar, May 17 2024
CROSSREFS
Cf. A167706.
Sequence in context: A295754 A059810 A037397 * A236371 A333620 A173446
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Definition and a(6), a(7) corrected; 4 terms added - R. J. Mathar, Jun 04 2010
a(12)-a(13) from Amiram Eldar, May 17 2024
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 August 2 04:38 EDT 2024. Contains 374821 sequences. (Running on oeis4.)