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!)
A054790 Earliest sequence with a(a(n))=10n. 1
0, 2, 10, 4, 30, 6, 50, 8, 70, 11, 20, 90, 13, 120, 15, 140, 17, 160, 19, 180, 100, 22, 210, 24, 230, 26, 250, 28, 270, 31, 40, 290, 33, 320, 35, 340, 37, 360, 39, 380, 300, 42, 410, 44, 430, 46, 450, 48, 470, 51, 60, 490, 53, 520, 55, 540, 57, 560, 59, 580, 500, 62, 610 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a[0] = 0; a[n_] := Which[m = Mod[n, 20]; m == 0, 10*n-100, m == 9, n+2, m == 10, n+10, m == 11, 10*n-20, MemberQ[ {2, 4, 6, 8, 13, 15, 17, 19}, m], 10*n-10, True, n+1]; Table[ a[n], {n, 0, 62}] (* Jean-François Alcover, Sep 24 2012 *)
CROSSREFS
Sequence in context: A199832 A189878 A189869 * A140393 A000170 A038216
KEYWORD
nice,nonn
AUTHOR
Henry Bottomley, Apr 27 2000
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 16 19:48 EDT 2024. Contains 371754 sequences. (Running on oeis4.)