cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-12 of 12 results.

A115437 Numbers m such that the concatenation of m with m+4 gives a square.

Original entry on oeis.org

96, 205, 300, 477, 732, 1920, 3157, 52896, 120085, 427020, 8264460, 88581312, 112000885, 112917765, 143075580, 152863360, 193537077, 233788192, 266755221, 313680096, 370908477, 386568925, 440852992, 442670220
Offset: 1

Views

Author

Giovanni Resta, Jan 24 2006

Keywords

Comments

From Farideh Firoozbakht, Nov 26 2006: (Start)
1. a(n).(a(n)+4) = A115438^2 where "." denotes concatenation.
2. All numbers of the form f(j) = 4{j}.2.6{j-1}.70.2{j}.0 where each expression in braces denotes the multiplicity of the digit preceding the expression (e.g., "4{j}" means that the digit "4" appears j times consecutively) and where j > 0 are in the sequence because if k(j) = 6{j}.5.3{j}.4.6{j}.8 then k(j)^2 = f(j).(f(j)+4). For example, f(4) = 444426667022220, k(4) = 666653333466668, and k(4)^2 = 666653333466668^2 = f(4).(f(4)+4) = 444426667022220.444426667022224.
3. All numbers of the form f(j) = 1{j}.2.0{j+1}.8{j}.5 where j > -1 are in the sequence because if k(j) = 3{j}.4.6{j}.5.3{j+1} then k(j)^2 = f(j).(f(j)+4). For example, f(5) = 111112000000888885, k(5) = 333334666665333333, and k(5)^2 = 333334666665333333^2 = f(5).(f(5)+4) = 111112000000888885.111112000000888889. (End)

Examples

			Using "." to denote concatenation, 120085.120089 = 346533^2.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[10^5],IntegerQ@Sqrt@FromDigits@Flatten[IntegerDigits/@{#,#+4}]&] (* Giorgos Kalogeropoulos, Jul 27 2021 *)

A116095 Numbers k such that k concatenated with k-9 gives the product of two numbers which differ by 2.

Original entry on oeis.org

2137, 2892, 6369, 12217, 21964, 28233, 42312, 4978977, 9571608, 18642249, 32288908, 96039609, 200037461217, 305526508312, 570666416233, 638912248204, 996003996009, 1846991026584, 3251664327537, 4859838227992
Offset: 1

Views

Author

Giovanni Resta, Feb 06 2006

Keywords

Comments

If k-9 and k-8 have the same number of decimal digits, and k is in A115435, it also is in this sequence (and vice versa). - R. J. Mathar, Aug 09 2010

Examples

			96039609//96039600 = 97999800 * 97999802, where // denotes
concatenation.
		

Crossrefs

Previous Showing 11-12 of 12 results.