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!)
A282384 Numbers n such that the decimal expansion of n^2 contains n+1. 2
11, 76, 101, 759, 1001, 2434, 3826, 5618, 10001, 36559, 47576, 62511, 67947, 68443, 82621, 100001, 105125, 312511, 684429, 880618, 1000001, 4687499, 5123596, 7130618, 8703826, 10000001, 26452434, 33620473, 38837976, 39904875, 43605459, 54687499, 86421306, 100000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n)^2 is a subsequence of A186774, in particular A186774(a(n)) = a(n)^2. For k > 0, 10^k+1 is a term.
LINKS
EXAMPLE
76 is a term since 76^2 = 5776 contains 77 = 76+1.
PROG
(Python)
A282384_list = [i for i in range(1, 10**6) if str(i+1) in str(i**2)]
CROSSREFS
Cf. A186774.
Sequence in context: A157232 A305661 A287330 * A092225 A282816 A055901
KEYWORD
nonn
AUTHOR
Chai Wah Wu, Feb 13 2017
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)