The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A031296 Position of n-th 9 in A007376. 12
9, 29, 49, 69, 89, 109, 129, 149, 169, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 189, 219, 249, 279, 309, 339, 369, 399, 429, 459, 461, 464, 467, 470, 473, 476, 479, 482, 485, 488, 489, 519, 549, 579, 609, 639, 669, 699 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A007376(a(n)) = 9.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a031296 n = a031296_list !! (n-1)
a031296_list = map (+ 1) $ elemIndices 9 a007376_list
-- Reinhard Zumkeller, Jul 28 2011
CROSSREFS
Cf. A007376.
Sequence in context: A322946 A350963 A098949 * A146869 A129397 A136392
KEYWORD
nonn,less,base
AUTHOR
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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)