[go: up one dir, main page]

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!)
Revision History for A328115 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A328115 Numbers n from which zero or more applications of A003415 will lead to 5.
(history; published version)
#5 by Susanna Cuyler at Tue Oct 08 16:26:44 EDT 2019
STATUS

proposed

approved

#4 by Antti Karttunen at Mon Oct 07 15:14:46 EDT 2019
STATUS

editing

proposed

#3 by Antti Karttunen at Mon Oct 07 13:53:45 EDT 2019
NAME

Numbers n from which zero or more applications of A003415 will eventually lead to 5.

LINKS

Antti Karttunen, <a href="/A328115/b328115.txt">Table of n, a(n) for n = 1..10000</a>

#2 by Antti Karttunen at Mon Oct 07 13:42:56 EDT 2019
NAME

allocatedNumbers n from which zero or more applications of A003415 will eventually forlead Anttito Karttunen5.

DATA

5, 6, 9, 14, 33, 49, 62, 94, 177, 445, 817, 886, 913, 961, 1146, 1155, 1633, 1719, 1822, 2006, 2173, 2209, 2306, 2625, 2649, 2825, 3255, 3430, 3450, 3871, 4018, 4405, 4414, 4575, 4638, 4869, 5294, 5687, 6009, 6162, 6506, 6849, 8110, 8113, 8126, 8334, 8570, 9741, 9770, 10222, 10635, 11221, 12014, 13377, 13458, 13767, 13993, 15351

OFFSET

1,1

COMMENTS

Union of {5} with those terms of k of A099308 for which A327968(k) = 5.

PROG

(PARI)

A003415checked(n) = if(n<=1, 0, my(f=factor(n), s=0); for(i=1, #f~, if(f[i, 2]>=f[i, 1], return(0), s += f[i, 2]/f[i, 1])); (n*s));

isA328115(n) = { while((n>5), n = A003415checked(n)); (5==n); };

k=0; n=0; while(k<100, n++; if(isA328115(n), k++; print1(n, ", ")));

CROSSREFS

Cf. A003415, A099308, A327968, A327975, A328117.

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Oct 07 2019

STATUS

approved

editing

#1 by Antti Karttunen at Fri Oct 04 02:09:47 EDT 2019
NAME

allocated for Antti Karttunen

KEYWORD

allocated

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 29 13:55 EDT 2024. Contains 375517 sequences. (Running on oeis4.)