[go: up one dir, main page]

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!)
Revision History for A078268 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A078268 Smallest integer which is an integer multiple of the number N obtained by placing the string "n" after a decimal point.
(history; published version)
#25 by N. J. A. Sloane at Wed May 01 05:43:16 EDT 2019
STATUS

proposed

approved

#24 by Jon E. Schoenfield at Sun Apr 28 11:14:33 EDT 2019
STATUS

editing

proposed

#23 by Jon E. Schoenfield at Sun Apr 28 11:14:27 EDT 2019
EXTENSIONS

FalseIncorrect formula removed by Jaroslav Krizek, Feb 05 2010

#22 by Jon E. Schoenfield at Sun Apr 28 11:14:11 EDT 2019
COMMENTS

a(n) = numerator of fraction a / /b, where ( gcd(a, b) = 1, such that its decimal representation has the form 0,(.(n). Denominators in A078267: 10, 5, 10, 5, 2, 5, 10, 5, 10, 10, 100,... , ... Example: a(6) = 3; 3 / /5 = 0,.6. [_. - _Jaroslav Krizek_, Feb 05 2010]

FORMULA

a(n) = n *A078267(n)/10^A055642(n). [From _). - _Jaroslav Krizek_, Feb 05 2010]

STATUS

approved

editing

#21 by Susanna Cuyler at Sun Mar 31 07:20:06 EDT 2019
STATUS

proposed

approved

#20 by Michel Marcus at Sun Mar 31 06:23:42 EDT 2019
STATUS

editing

proposed

#19 by Michel Marcus at Sun Mar 31 06:23:36 EDT 2019
COMMENTS

a(n) = numerator of fraction a / b, where (a, b) = 1, such that its decimal representation has form 0,(n). Denominators in A078267: 10, 5, 10, 5, 2, 5, 10, 5, 10, 10, 100,... Example: a(6) = 3; 3 / 5 = 0,6. [From _. [_Jaroslav Krizek_, Feb 05 2010]

PROG

(PARI) a(n) = numerator(n/10^(#Str(n))); \\ Michel Marcus, Mar 31 2019

KEYWORD

base,frac,nonn

STATUS

approved

editing

#18 by Bruno Berselli at Fri Jul 25 17:11:55 EDT 2014
STATUS

proposed

approved

#17 by Robert Israel at Fri Jul 25 16:52:10 EDT 2014
STATUS

editing

proposed

#16 by Robert Israel at Fri Jul 25 16:50:47 EDT 2014
COMMENTS

a(n) = n iff gcd(n,10) = 1. - Robert Israel, Jul 25 2014

MAPLE

a:= n -> numer(n/10^(1+ilog10(n))):

seq(a(n), n=1..100); # Robert Israel, Jul 25 2014

STATUS

proposed

editing

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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)