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!)
A072724 Integers which are exactly the concatenation of the first m even numbers (A019520) divided by their sum (A002378 = m^2+m). 2
1, 4, 8227, 3427918353 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A probability argument suggests that this sequence may be finite.
LINKS
EXAMPLE
a(1) = 2/2 =1; a(2) = 24/(2+4) = 4; a(3) = 246810/(2+4+6+8+10) = 8227; a(4) = 246810121416/(2+4+6+8+10+12+14+16).
MATHEMATICA
With[{eds=Range[2, 1500, 2]}, Select[Table[FromDigits[Flatten[ IntegerDigits/@ Take[eds, n]]]/Total[Take[eds, n]], {n, 502}], IntegerQ]] (* Harvey P. Dale, Nov 29 2011 *)
CROSSREFS
Sequence in context: A053951 A058460 A115050 * A116271 A274551 A257281
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, Jul 06 2002
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 July 19 05:59 EDT 2024. Contains 374389 sequences. (Running on oeis4.)