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!)
A031295 Position of n-th 8 in A007376. 12
8, 27, 47, 67, 87, 107, 127, 147, 150, 152, 154, 156, 158, 160, 162, 164, 166, 167, 168, 187, 216, 246, 276, 306, 336, 366, 396, 426, 431, 434, 437, 440, 443, 446, 449, 452, 455, 456, 458, 486, 516, 546, 576, 606, 636, 666, 696 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A007376(a(n)) = 8.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a031295 n = a031295_list !! (n-1)
a031295_list = map (+ 1) $ elemIndices 8 a007376_list
-- Reinhard Zumkeller, Jul 28 2011
CROSSREFS
Sequence in context: A235994 A144619 A032553 * A063144 A122013 A250230
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 August 9 14:37 EDT 2024. Contains 375042 sequences. (Running on oeis4.)