The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A305670 Numbers k not ending in zero that are a substring of k*(k+1). 3
9, 99, 146, 999, 3701, 8881, 9999, 10512, 13088, 13271, 13466, 15625, 49547, 50502, 60146, 73398, 85941, 99999, 155613, 205062, 513335, 712539, 999999, 1005012, 1060146, 1334666, 3990487, 5005002, 9999999, 20050062, 26930824, 39341318, 46022544, 58331666, 63116013 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A002283 is a subset of this sequence.
Contains 5*10^(2*m)+5*10^m+2 and 2*10^(2*m+1)+5*10^(m+1)+62 for m >= 2. - Robert Israel, Jun 29 2018
LINKS
EXAMPLE
13088 * 13089 = 171308832;
13271 * 13272 = 176132712.
MAPLE
P:=proc(q) local k, n; for n from 1 to q do if n mod 10>0 then
for k from 1 to ilog10(n*(n+1))-ilog10(n)+1 do
if n=trunc(n*(n+1)/10^(k-1)) mod 10^(ilog10(n)+1) then print(n);
break; fi; od; fi; od; end: P(10^8);
CROSSREFS
Sequence in context: A306567 A061817 A083835 * A045644 A116136 A139280
KEYWORD
nonn,base
AUTHOR
Paolo P. Lava, Jun 28 2018
EXTENSIONS
Edited by Robert Israel, Jun 29 2018
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 May 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)