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!)
A078260 a(n) = denominator(N), where N = 0.246...up to 2n (concatenation 2 to 2n of first n even numbers after decimal point). 2
5, 25, 500, 2500, 100000, 25000000, 5000000000, 125000000000, 50000000000000, 500000000000000, 500000000000000000, 6250000000000000000, 5000000000000000000000, 250000000000000000000000, 10000000000000000000000000, 1250000000000000000000000000, 500000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) a(n) = {my(s = ""); for (k=1, n, s = concat(s, Str(2*k))); denominator(eval(s)/10^(#s)); } \\ Michel Marcus, Jan 15 2019
(PARI) a(n) = c = concat(vector(n, i, Str(2*i))); denominator(eval(c) / 10^#Str(c)) \\ David A. Corneth, Jan 15 2019
CROSSREFS
Cf. A078257 (similar, with concatenation of 1 to n), A078261 (numerators).
Sequence in context: A204544 A082026 A101392 * A007185 A175852 A030995
KEYWORD
base,frac,nonn,easy
AUTHOR
Amarnath Murthy, Nov 24 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 04 2003
a(5) and a(10) corrected, a(15)-a(17) from Charlie Neder, Jan 14 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 September 6 15:39 EDT 2024. Contains 375715 sequences. (Running on oeis4.)