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!)
A031294 Position of n-th 7 in A007376. 12
7, 25, 45, 65, 85, 105, 125, 130, 132, 134, 136, 138, 140, 142, 144, 145, 146, 148, 165, 185, 213, 243, 273, 303, 333, 363, 393, 401, 404, 407, 410, 413, 416, 419, 422, 423, 425, 428, 453, 483, 513, 543, 573, 603, 633, 663, 693 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A007376(a(n)) = 7.

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

PROG

(Haskell)

import Data.List (elemIndices)

a031294 n = a031294_list !! (n-1)

a031294_list = map (+ 1) $ elemIndices 7 a007376_list

-- Reinhard Zumkeller, Jul 28 2011

CROSSREFS

Cf. A193428; A031287, A031288, A031289, A031290, A031291, A031292, A031293, A031295, A031296.

Sequence in context: A075927 A119617 A102027 * A147129 A173825 A269589

Adjacent sequences: A031291 A031292 A031293 * A031295 A031296 A031297

KEYWORD

nonn,less,base

AUTHOR

Clark Kimberling

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 March 30 23:40 EDT 2023. Contains 361623 sequences. (Running on oeis4.)