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!)
A323083 k-digit numbers whose digit(s) are the number of distinct prime factors in each of the following k integers. 3
0, 1, 12, 21, 22422, 24223, 33333, 34441524, 4242436235, 23443535352, 34462443242, 35256523324, 4341535435353, 4645441523344, 5244526446515, 5335524234335 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(9) = 4242436235 found by Carlos Rivera.
a(17) > 10^13. - Giovanni Resta, Jan 04 2019
LINKS
Chris Caldwell and G. L. Honaker, Jr, Prime Curio for 24223
EXAMPLE
21 is a term because 21 is a 2-digit number and its digits (2,1) are the number of distinct prime factors in each of the following 2 integers; i.e., 22 = 2*11 (two distinct prime factors) and 23 = 23 (one distinct prime factor), therefore (2,1) -> 21.
PROG
(PARI) isok(m) = {my(d=digits(m)); for (i=1, #d, if (d[i] != omega(m+i), return(0)); ); return (1); } \\ Michel Marcus, Oct 11 2021
CROSSREFS
Sequence in context: A065439 A214218 A323084 * A212958 A340688 A031186
KEYWORD
nonn,base,more
AUTHOR
G. L. Honaker, Jr., Jan 03 2019
EXTENSIONS
a(10)-a(16) from Giovanni Resta, Jan 04 2019
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)